mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 16:20:07 +08:00
Addendum to608032bdand835c3023. The IRQL is actually raised by KeFreezeExecution() and lowered by KeThawExecution(), always to HIGH_IRQL on MP systems, or if necessary on UP. These functions are called respectively by KdEnterDebugger() and KdExitDebugger().