[i8042prt]
[reactos.git] / reactos / drivers / input / i8042prt / keyboard.c
index 275aeb6..bfc6977 100644 (file)
@@ -855,7 +855,7 @@ i8042KbdInterruptService(
             if (InputData->MakeCode == 0x25)
             {
                 /* k - Breakpoint */
-                DbgBreakPoint();
+                DbgBreakPointWithStatus(DBG_STATUS_SYSRQ);
             }
             else if (InputData->MakeCode == 0x30)
             {