Fix for nasm 0.98
[reactos.git] / reactos / lib / pseh / i386 / framebased.asm
index 635e374..34360be 100644 (file)
@@ -56,9 +56,9 @@ __SEHGlobalUnwind:
  push esi
  push edi
 
  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]
 
  push ebx ; TargetFrame
  call [__SEHRtlUnwind]