Fix for nasm 0.98

svn path=/trunk/; revision=15124
This commit is contained in:
Gé van Geldorp 2005-05-08 15:40:25 +00:00
parent e622b8798b
commit f4ce8b5664

View file

@ -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]