diff --git a/reactos/ntoskrnl/ke/arm/exp.c b/reactos/ntoskrnl/ke/arm/exp.c index 4059ab5ee6e..724950d3955 100644 --- a/reactos/ntoskrnl/ke/arm/exp.c +++ b/reactos/ntoskrnl/ke/arm/exp.c @@ -213,9 +213,9 @@ KiDispatchException(IN PEXCEPTION_RECORD ExceptionRecord, case STATUS_BREAKPOINT: // - // Decrement PC by one + // We want the instruction right before the int 3 // - Context.Pc--; + Context.Pc -= sizeof(ULONG); break; //