mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix for wrongly disabling interrupts causing system time loss.
svn path=/trunk/; revision=3574
This commit is contained in:
@@ -155,6 +155,8 @@ Ke386InitThreadWithContext(PKTHREAD Thread, PCONTEXT Context)
|
||||
TrapFrame->ErrorCode = 0;
|
||||
TrapFrame->Cs = Context->SegCs;
|
||||
TrapFrame->Eip = Context->Eip;
|
||||
TrapFrame->Eflags = Context->EFlags | FLAG_IF;
|
||||
TrapFrame->Eflags &= ~(FLAG_VM | FLAG_NT | FLAG_IOPL);
|
||||
TrapFrame->Esp = Context->Esp;
|
||||
TrapFrame->Ss = Context->SegSs;
|
||||
/* FIXME: Should check for a v86 mode context here. */
|
||||
|
||||
Reference in New Issue
Block a user