Commit 9d10afa4 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Clear status for sending exception event.

parent e1885d17
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment