Do not pop and push the same reg.

svn path=/trunk/; revision=38286
This commit is contained in:
Dmitry Gorbachev 2008-12-22 23:44:15 +00:00
parent 898f34d2de
commit 95e0371f4f

View file

@ -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