mirror of
https://github.com/reactos/reactos.git
synced 2026-09-18 07:39:37 +08:00
Fix a typo, comment out a DPRINT
svn path=/branches/ros-amd64-bringup/; revision=38055
This commit is contained in:
@@ -100,8 +100,8 @@ KiDispatchException(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||
{
|
||||
CONTEXT Context;
|
||||
|
||||
DPRINT1("KiDispatchException(%p, %p, %p, %d, %d)\n",
|
||||
ExceptionRecord, ExceptionFrame, TrapFrame, PreviousMode, FirstChance);
|
||||
// FrLdrDbgPrint("KiDispatchException(%p, %p, %p, %d, %d)\n",
|
||||
// ExceptionRecord, ExceptionFrame, TrapFrame, PreviousMode, FirstChance);
|
||||
|
||||
/* Increase number of Exception Dispatches */
|
||||
KeGetCurrentPrcb()->KeExceptionDispatchCount++;
|
||||
@@ -125,7 +125,7 @@ KiDispatchException(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||
/* Breakpoint */
|
||||
case STATUS_BREAKPOINT:
|
||||
|
||||
/* Decrement EIP by one */
|
||||
/* Decrement RIP by one */
|
||||
Context.Rip--;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user