Changeset 31053 in vbox
- Timestamp:
- Jul 23, 2010 12:13:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r30915 r31053 3042 3042 || !pVM->hwaccm.s.vmx.pRealModeTSS) 3043 3043 { 3044 Log(("Trap %x at %04X:%RGv errorCode=% x\n", vector, pCtx->cs, (RTGCPTR)pCtx->rip, errCode));3044 Log(("Trap %x at %04X:%RGv errorCode=%RGv\n", vector, pCtx->cs, (RTGCPTR)pCtx->rip, errCode)); 3045 3045 rc = VMXR0InjectEvent(pVM, pVCpu, pCtx, VMX_VMCS_CTRL_ENTRY_IRQ_INFO_FROM_EXIT_INT_INFO(intInfo), cbInstr, errCode); 3046 3046 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.