fixed compilation with VMX

This commit is contained in:
Stanislav Shwartsman 2012-10-06 09:13:41 +00:00
parent e2a1e8192d
commit b0edc32f4c

View File

@ -217,9 +217,11 @@ bx_bool BX_CPU_C::handleAsyncEvent(void)
#endif
}
#if BX_SUPPORT_VMX
if (is_unmasked_event_pending(BX_EVENT_VMX_MONITOR_TRAP_FLAG)) {
VMexit(VMX_VMEXIT_MONITOR_TRAP_FLAG, 0);
}
#endif
// Priority 4: Traps on Previous Instruction
// Breakpoints