mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 22:44:22 +08:00
Add TestAlert check to NtContinue.
svn path=/trunk/; revision=18043
This commit is contained in:
@@ -80,6 +80,11 @@ NtContinue(
|
||||
KeLowerIrql(oldIrql);
|
||||
}
|
||||
|
||||
if (TestAlert)
|
||||
{
|
||||
KeTestAlertThread(TrapFrame->PreviousMode);
|
||||
}
|
||||
|
||||
/* Restore the user context */
|
||||
Thread->TrapFrame = PrevTrapFrame;
|
||||
__asm__("mov %%ebx, %%esp;\n" "jmp _KiServiceExit": : "b" (TrapFrame));
|
||||
|
||||
Reference in New Issue
Block a user