Commit in reactos/lib/pseh/i386 on KJKHyperion-RtlUnwind
framebased.asm+4-71.4.6.1 -> 1.4.6.2
Context corruption by RtlUnwind has been ruled out - reverting the change

reactos/lib/pseh/i386
framebased.asm 1.4.6.1 -> 1.4.6.2
diff -u -r1.4.6.1 -r1.4.6.2
--- framebased.asm	26 Jun 2004 16:36:36 -0000	1.4.6.1
+++ framebased.asm	26 Jun 2004 16:53:42 -0000	1.4.6.2
@@ -54,15 +54,12 @@
  push ebx
 
  xor eax, eax
- push esp    ; ReturnValue
- push eax    ; ExceptionRecord
- push .leave ; TargetIp
- push ecx    ; TargetFrame
+ push eax ; ReturnValue
+ push eax ; ExceptionRecord
+ push eax ; TargetIp
+ push ecx ; TargetFrame
  call [__SEHRtlUnwind]
 
-.leave
- mov esp, eax
-
  pop ebx
  pop edi
  pop esi
CVSspam 0.2.8