[ros-diffs] [gvg] 15124: Fix for nasm 0.98
gvg at svn.reactos.com
gvg at svn.reactos.com
Sun May 8 17:40:27 CEST 2005
Fix for nasm 0.98
Modified: trunk/reactos/lib/pseh/i386/framebased.asm
_____
Modified: trunk/reactos/lib/pseh/i386/framebased.asm
--- trunk/reactos/lib/pseh/i386/framebased.asm 2005-05-08 14:48:24 UTC
(rev 15123)
+++ trunk/reactos/lib/pseh/i386/framebased.asm 2005-05-08 15:40:25 UTC
(rev 15124)
@@ -56,9 +56,9 @@
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050508/1b63a380/attachment.html
More information about the Ros-diffs
mailing list