mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Fixed restoring of registers.
svn path=/trunk/; revision=14776
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user