Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 343 of file v86vdm.c.
{ /* Check for VME support */ ASSERT(KeI386VirtualIntExtensions == FALSE); /* Enable interrupts */ KiVdmSetVdmEFlags(EFLAGS_INTERRUPT_MASK); /* Skip instruction */ TrapFrame->Eip += KiVdmGetInstructionSize(Flags); /* Done */ return TRUE; }