Commit a777676b authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Also call the unwind handler for the target frame.

parent 4e9b1fae
......@@ -3049,7 +3049,7 @@ void WINAPI RtlUnwindEx( PVOID end_frame, PVOID target_ip, EXCEPTION_RECORD *rec
dispatch.EstablisherFrame = new_context.Rsp;
}
if (dispatch.EstablisherFrame == (ULONG64)end_frame) break;
if (context->Rsp == (ULONG64)end_frame) break;
*context = new_context;
}
......
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