mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Err, actually deliver APCs when returning from systemcalls... fixes bug 810
svn path=/trunk/; revision=18109
This commit is contained in:
@@ -808,7 +808,7 @@ KiInitializeUserApc(IN PKEXCEPTION_FRAME ExceptionFrame,
|
||||
KeGetCurrentThread()->TrapFrame);
|
||||
|
||||
/* Don't deliver APCs in V86 mode */
|
||||
if (TrapFrame->Eflags & 2) return;
|
||||
if (TrapFrame->Eflags & X86_EFLAGS_VM) return;
|
||||
|
||||
/* Save the full context */
|
||||
Context.ContextFlags = CONTEXT_FULL | CONTEXT_DEBUG_REGISTERS;
|
||||
|
||||
Reference in New Issue
Block a user