Changeset 48571 in vbox
- Timestamp:
- Sep 19, 2013 11:57:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r48570 r48571 4315 4315 /** @todo Decode assist. */ 4316 4316 VBOXSTRICTRC rc = EMInterpretInstruction(pVCpu, CPUMCTX2CORE(pCtx), 0 /* pvFault */); 4317 Log5(("hmR0SvmExitReadDRx: Emulat ined DRx access: rc=%Rrc\n", VBOXSTRICTRC_VAL(rc)));4317 Log5(("hmR0SvmExitReadDRx: Emulated DRx access: rc=%Rrc\n", VBOXSTRICTRC_VAL(rc))); 4318 4318 if (RT_LIKELY(rc == VINF_SUCCESS)) 4319 4319 {
Note:
See TracChangeset
for help on using the changeset viewer.