Clear status for sending exception event.
This commit is contained in:
parent
e1885d17f2
commit
9d10afa499
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue