- Timestamp:
- Oct 15, 2008 10:02:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r13276 r13277 530 530 { 531 531 int rc; 532 uint32_t iGate = VMX_EXIT_INTERRUPTION_INFO_VECTOR(intInfo); 532 533 533 534 #ifdef VBOX_STRICT 534 uint32_t iGate = VMX_EXIT_INTERRUPTION_INFO_VECTOR(intInfo);535 535 if (iGate == 0xE) 536 536 LogFlow(("VMXR0InjectEvent: Injecting interrupt %d at %VGv error code=%08x CR2=%08x intInfo=%08x\n", iGate, pCtx->rip, errCode, pCtx->cr2, intInfo));
Note:
See TracChangeset
for help on using the changeset viewer.