mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +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
|
||||
/* Get EIP */
|
||||
call $+5
|
||||
pop eax
|
||||
|
||||
/* Print debug message */
|
||||
push eax
|
||||
push offset _UnhandledMsg
|
||||
call _DbgPrint
|
||||
add esp, 8
|
||||
|
|
Loading…
Reference in a new issue