mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 08:20:27 +00:00
[RTL] Fix amd64 version of DebugService2
This commit is contained in:
parent
a2f7de7ee8
commit
f60a9eb7a3
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
|
|
Loading…
Reference in a new issue