Fixed restoring of registers.

svn path=/trunk/; revision=14776
This commit is contained in:
Hartmut Birr
2005-04-23 16:09:06 +00:00
parent b331ee2104
commit efa3efe5bb
+2 -2
View File
@@ -281,8 +281,8 @@ SameProcess:
/* 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 */