Fixed restoring of registers.
Modified: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S
_____
Modified: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S
--- trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S 2005-04-23 14:16:48 UTC
(rev 14775)
+++ trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S 2005-04-23 16:09:06 UTC
(rev 14776)
@@ -281,8 +281,8 @@
/* Return the registers */
mov ebp, [esp+0]
- mov esi, [esp+4]
- mov edi, [esp+8]
+ mov edi, [esp+4]
+ mov esi, [esp+8]
mov ebx, [esp+12]
/* Clean stack */