[NTOS:KD] Merge KdpStub with kd64 version

This commit is contained in:
Hervé Poussineau 2020-03-07 19:32:45 +01:00
parent c2946ced92
commit d5fe15e5e6
2 changed files with 1 additions and 18 deletions

View file

@ -188,23 +188,6 @@ KdpTrap(IN PKTRAP_FRAME TrapFrame,
return TRUE;
}
BOOLEAN
NTAPI
KdpStub(IN PKTRAP_FRAME TrapFrame,
IN PKEXCEPTION_FRAME ExceptionFrame,
IN PEXCEPTION_RECORD ExceptionRecord,
IN PCONTEXT ContextRecord,
IN KPROCESSOR_MODE PreviousMode,
IN BOOLEAN SecondChanceException)
{
return KdpTrap(TrapFrame,
ExceptionFrame,
ExceptionRecord,
ContextRecord,
PreviousMode,
SecondChanceException);
}
/* PUBLIC FUNCTIONS *********************************************************/
static PCHAR

View file

@ -261,6 +261,7 @@ KdpTrap(IN PKTRAP_FRAME TrapFrame,
/* Return TRUE or FALSE to caller */
return Handled;
}
#endif
BOOLEAN
NTAPI
@ -312,7 +313,6 @@ KdpStub(IN PKTRAP_FRAME TrapFrame,
return FALSE;
}
}
#endif
BOOLEAN
NTAPI