mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:KD64] KdPollBreakIn(): Use the KeRestoreInterrupts() inline.
This commit is contained in:
@@ -115,8 +115,8 @@ KdPollBreakIn(VOID)
|
||||
KeLowerIrql(OldIrql);
|
||||
}
|
||||
|
||||
/* Re-enable interrupts if they were enabled previously */
|
||||
if (Enable) _enable();
|
||||
/* Re-enable interrupts */
|
||||
KeRestoreInterrupts(Enable);
|
||||
}
|
||||
|
||||
/* Tell the caller to do a break */
|
||||
|
||||
Reference in New Issue
Block a user