- Timestamp:
- Nov 19, 2009 6:22:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r24731 r24809 2729 2729 #endif 2730 2730 2731 Log2(("E%d: New EIP=%x:%RGv\n", exitReason, pCtx->cs, (RTGCPTR)pCtx->rip));2731 Log2(("E%d: New EIP=%x:%RGv\n", (uint32_t)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));
Note:
See TracChangeset
for help on using the changeset viewer.