Clear status for sending exception event.

This commit is contained in:
Eric Pouech 2000-04-09 18:39:31 +00:00 committed by Alexandre Julliard
parent e1885d17f2
commit 9d10afa499
1 changed files with 1 additions and 0 deletions

View File

@ -586,6 +586,7 @@ DECL_HANDLER(debug_process)
/* send an exception event */
DECL_HANDLER(exception_event)
{
req->status = 0;
if (current->process->debugger)
{
struct debug_event_exception data;