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
7fb44925
Commit
7fb44925
authored
May 25, 2002
by
Eric Pouech
Committed by
Alexandre Julliard
May 25, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed cont/pass mismatch.
parent
7bec5c16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
winedbg.c
debugger/winedbg.c
+1
-1
No files found.
debugger/winedbg.c
View file @
7fb44925
...
...
@@ -573,7 +573,7 @@ static void DEBUG_HandleException(EXCEPTION_RECORD *rec, BOOL first_chance, BOOL
if
(
DEBUG_ExitMode
==
EXIT_QUIT
||
DEBUG_ExitMode
==
EXIT_DETACH
)
break
;
if
(
DEBUG_ValidateRegisters
())
{
if
(
DEBUG_ExitMode
==
EXIT_
PASS
||
first_chance
)
if
(
DEBUG_ExitMode
==
EXIT_
CONTINUE
||
first_chance
)
break
;
DEBUG_Printf
(
DBG_CHN_MESG
,
"Cannot pass on last chance exception. You must use cont
\n
"
);
}
...
...
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