mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 14:23:52 +00:00
Powerpc instruction pointer is Iar, not Eip.
This commit is contained in:
parent
10d312eac1
commit
0d238f7150
@ -395,7 +395,7 @@ static HANDLER_DEF(abrt_handler)
|
||||
rec.ExceptionCode = EXCEPTION_WINE_ASSERTION;
|
||||
rec.ExceptionFlags = EH_NONCONTINUABLE;
|
||||
rec.ExceptionRecord = NULL;
|
||||
rec.ExceptionAddress = (LPVOID)context.Eip;
|
||||
rec.ExceptionAddress = (LPVOID)context.Iar;
|
||||
rec.NumberParameters = 0;
|
||||
EXC_RtlRaiseException( &rec, &context ); /* Should never return.. */
|
||||
restore_context( &context, HANDLER_CONTEXT );
|
||||
|
Loading…
x
Reference in New Issue
Block a user