diff --git a/sdk/lib/rtl/amd64/debug_asm.S b/sdk/lib/rtl/amd64/debug_asm.S index 22a9f107f41..a659bc16f4e 100644 --- a/sdk/lib/rtl/amd64/debug_asm.S +++ b/sdk/lib/rtl/amd64/debug_asm.S @@ -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 /******************************************************************************