- Timestamp:
- Nov 17, 2009 5:20:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r24284 r24731 2729 2729 #endif 2730 2730 2731 Log2(("E%d: New EIP=% RGv\n", exitReason, (RTGCPTR)pCtx->rip));2731 Log2(("E%d: New EIP=%x:%RGv\n", exitReason, pCtx->cs, (RTGCPTR)pCtx->rip)); 2732 2732 Log2(("Exit reason %d, exitQualification %RGv\n", (uint32_t)exitReason, exitQualification)); 2733 2733 Log2(("instrInfo=%d instrError=%d instr length=%d\n", (uint32_t)instrInfo, (uint32_t)instrError, (uint32_t)cbInstr)); … … 3036 3036 Assert(CPUMIsGuestInRealModeEx(pCtx)); 3037 3037 3038 LogFlow(("Real mode X86_XCPT_GP instruction emulation at % RGv\n", (RTGCPTR)pCtx->rip));3038 LogFlow(("Real mode X86_XCPT_GP instruction emulation at %x:%RGv\n", pCtx->cs, (RTGCPTR)pCtx->rip)); 3039 3039 3040 3040 rc = EMInterpretDisasOne(pVM, pVCpu, CPUMCTX2CORE(pCtx), pDis, &cbOp);
Note:
See TracChangeset
for help on using the changeset viewer.