mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
Fix for nasm 0.98
svn path=/trunk/; revision=15124
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user