mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Add TestAlert check to NtContinue.
svn path=/trunk/; revision=18043
This commit is contained in:
parent
ceb0f5f1eb
commit
cee1aa7a0d
1 changed files with 5 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue