[RTL] Fix amd64 version of DebugService2

This commit is contained in:
Timo Kreuzer
2018-01-01 12:09:38 +01:00
parent a2f7de7ee8
commit f60a9eb7a3
+5 -4
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
/******************************************************************************