mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
Do not pop and push the same reg.
svn path=/trunk/; revision=38286
This commit is contained in:
parent
898f34d2de
commit
95e0371f4f
1 changed files with 0 additions and 2 deletions
|
@ -96,10 +96,8 @@
|
||||||
.macro UNHANDLED_PATH
|
.macro UNHANDLED_PATH
|
||||||
/* Get EIP */
|
/* Get EIP */
|
||||||
call $+5
|
call $+5
|
||||||
pop eax
|
|
||||||
|
|
||||||
/* Print debug message */
|
/* Print debug message */
|
||||||
push eax
|
|
||||||
push offset _UnhandledMsg
|
push offset _UnhandledMsg
|
||||||
call _DbgPrint
|
call _DbgPrint
|
||||||
add esp, 8
|
add esp, 8
|
||||||
|
|
Loading…
Reference in a new issue