Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
e658ee55
Commit
e658ee55
authored
Mar 10, 2003
by
Uwe Bonnes
Committed by
Alexandre Julliard
Mar 10, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SNOOP_PrintArg: don't try to decipher snoop args when seh chanel is
on.
parent
4431e416
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
snoop.c
relay32/snoop.c
+2
-1
No files found.
relay32/snoop.c
View file @
e658ee55
...
...
@@ -34,6 +34,7 @@
#include "excpt.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
snoop
);
WINE_DECLARE_DEBUG_CHANNEL
(
seh
);
static
WINE_EXCEPTION_FILTER
(
page_fault
)
{
...
...
@@ -216,7 +217,7 @@ static void SNOOP_PrintArg(DWORD x)
int
i
,
nostring
;
DPRINTF
(
"%08lx"
,
x
);
if
(
!
HIWORD
(
x
)
)
return
;
/* trivial reject to avoid faults */
if
(
!
HIWORD
(
x
)
||
TRACE_ON
(
seh
)
)
return
;
/* trivial reject to avoid faults */
__TRY
{
LPBYTE
s
=
(
LPBYTE
)
x
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment