mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 19:43:39 +08:00
[NTOS:KD] Merge KdpStub with kd64 version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user