mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 01:47:03 +00:00
- Fix a bug (wrong push ... pop order).
svn path=/trunk/; revision=30339
This commit is contained in:
parent
5a89f9b8b0
commit
bd25193c35
1 changed files with 1 additions and 1 deletions
|
@ -79,8 +79,8 @@ __global_unwind2:
|
||||||
glu_return:
|
glu_return:
|
||||||
/* Restore registers and return */
|
/* Restore registers and return */
|
||||||
pop ebp
|
pop ebp
|
||||||
pop esi
|
|
||||||
pop edi
|
pop edi
|
||||||
|
pop esi
|
||||||
pop ebx
|
pop ebx
|
||||||
mov esp, ebp
|
mov esp, ebp
|
||||||
pop ebp
|
pop ebp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue