X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Fpseh%2Fi386%2Fframebased.asm;h=34360be3a872983d46b3b4ca3e5cc8358cfb16e6;hp=635e374be6a318c8fa46662464c19d212fead772;hb=f4ce8b566413d5f7e6d4c82df06d82cd040facf9;hpb=e622b8798b77e17c9f8f1a9229ff0300e227e4e5;ds=inline 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]