mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Fix for nasm 0.98
svn path=/trunk/; revision=15124
This commit is contained in:
parent
e622b8798b
commit
f4ce8b5664
1 changed files with 3 additions and 3 deletions
|
@ -56,9 +56,9 @@ __SEHGlobalUnwind:
|
|||
push esi
|
||||
push edi
|
||||
|
||||
push 0x0 ; ReturnValue
|
||||
push 0x0 ; ExceptionRecord
|
||||
push .RestoreRegisters ; TargetIp
|
||||
push dword 0x0 ; ReturnValue
|
||||
push dword 0x0 ; ExceptionRecord
|
||||
push dword .RestoreRegisters ; TargetIp
|
||||
push ebx ; TargetFrame
|
||||
call [__SEHRtlUnwind]
|
||||
|
||||
|
|
Loading…
Reference in a new issue