mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTOS:KD] Merge KdpStub with kd64 version
This commit is contained in:
parent
c2946ced92
commit
d5fe15e5e6
2 changed files with 1 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue