mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
- Fix a bug (wrong push ... pop order).
svn path=/trunk/; revision=30339
This commit is contained in:
@@ -79,8 +79,8 @@ __global_unwind2:
|
||||
glu_return:
|
||||
/* Restore registers and return */
|
||||
pop ebp
|
||||
pop esi
|
||||
pop edi
|
||||
pop esi
|
||||
pop ebx
|
||||
mov esp, ebp
|
||||
pop ebp
|
||||
|
||||
Reference in New Issue
Block a user