Commit d299087d authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Don't send the first chance debug event twice.

parent af4c7e6e
......@@ -2604,7 +2604,7 @@ NTSTATUS WINAPI NtRaiseException( EXCEPTION_RECORD *rec, CONTEXT *context, BOOL
*/
static void raise_generic_exception( EXCEPTION_RECORD *rec, CONTEXT *context )
{
NTSTATUS status = NtRaiseException( rec, context, TRUE );
NTSTATUS status = raise_exception( rec, context, TRUE );
raise_status( status, rec );
}
......
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