- Optimize DebugService -- patch from Alex

svn path=/trunk/; revision=37362
This commit is contained in:
Stefan Ginsberg 2008-11-14 19:14:00 +00:00
parent aaeebbb670
commit 782931f369

View file

@ -69,10 +69,8 @@ _DebugService@20:
mov ebp, esp
/* Save the registers */
push ecx
push ebx
push edi
push edx
/* Call the Interrupt */
mov eax, [ebp+8]
@ -84,12 +82,10 @@ _DebugService@20:
int 3
/* Restore registers */
pop edx
pop edi
pop ebx
pop ecx
/* Return */
leave
pop ebp
ret 20
.endfunc