ntdll: Don't send the first chance debug event twice.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
af4c7e6e61
commit
d299087d30
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue