From: Gé van Geldorp Date: Sun, 8 May 2005 15:40:25 +0000 (+0000) Subject: Fix for nasm 0.98 X-Git-Tag: backups/xmlbuildsystem@15601~41^2~125 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f4ce8b566413d5f7e6d4c82df06d82cd040facf9 Fix for nasm 0.98 svn path=/trunk/; revision=15124 --- diff --git a/reactos/lib/pseh/i386/framebased.asm b/reactos/lib/pseh/i386/framebased.asm index 635e374be6a..34360be3a87 100644 --- a/reactos/lib/pseh/i386/framebased.asm +++ b/reactos/lib/pseh/i386/framebased.asm @@ -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]