[RTL] Fix amd64 version of DebugService2

This commit is contained in:
Timo Kreuzer 2017-12-31 17:42:40 +01:00
parent a2f7de7ee8
commit f60a9eb7a3

View file

@ -47,11 +47,12 @@ DbgUserBreakPoint:
.ENDP
DebugService2:
/* Pass the service number in eax */
mov rax, r8
int HEX(2D)
int 3
ret
/* Call the interrupt */
// mov eax, [rbp+8]
// int 0x2D
// int 3
/******************************************************************************