mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
Fix build svn path=/trunk/; revision=68842
This commit is contained in:
@@ -1277,11 +1277,13 @@ KiTrap0EHandler(IN PKTRAP_FRAME TrapFrame)
|
||||
TrapFrame);
|
||||
if (NT_SUCCESS(Status))
|
||||
{
|
||||
#ifdef _WINKD_
|
||||
/*
|
||||
* We succeeded. Check whether the kernel debugger has
|
||||
* owed breakpoints to be inserted, then return.
|
||||
*/
|
||||
KdSetOwedBreakpoints();
|
||||
#endif
|
||||
KiEoiHelper(TrapFrame);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user