[ros-diffs] [ion] 23720: - Fix a bug during exceptions, thanks to W3seek, nice find.

ion at svn.reactos.org ion at svn.reactos.org
Sat Aug 26 17:40:28 CEST 2006


Author: ion
Date: Sat Aug 26 19:40:27 2006
New Revision: 23720

URL: http://svn.reactos.org/svn/reactos?rev=23720&view=rev
Log:
- Fix a bug during exceptions, thanks to W3seek, nice find.

Modified:
    trunk/reactos/ntoskrnl/ke/i386/trap.s

Modified: trunk/reactos/ntoskrnl/ke/i386/trap.s
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/i386/trap.s?rev=23720&r1=23719&r2=23720&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ke/i386/trap.s (original)
+++ trunk/reactos/ntoskrnl/ke/i386/trap.s Sat Aug 26 19:40:27 2006
@@ -722,6 +722,7 @@
     call _KiDispatchException at 20
 
     /* End the trap */
+    mov esp, ebp
     jmp _Kei386EoiHelper at 0
 .endfunc
 




More information about the Ros-diffs mailing list