fix saving/restoring of registers in DebugService

svn path=/trunk/; revision=36067
This commit is contained in:
Timo Kreuzer 2008-09-08 18:21:19 +00:00
parent 35827a3001
commit 5b75a3dfd7

View file

@ -72,8 +72,7 @@ _DebugService@20:
push ecx
push ebx
push edi
push edi
push ebx
push edx
/* Call the Interrupt */
mov eax, [ebp+8]
@ -85,10 +84,10 @@ _DebugService@20:
int 3
/* Restore registers */
pop ebx
pop edi
pop edx
pop edi
pop ebx
pop ecx
/* Return */
leave