- Timestamp:
- Aug 12, 2008 10:46:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r11311 r11349 891 891 else if (rc == VERR_EM_INTERPRETER) 892 892 { 893 LogFlow(("pgmPoolAccessHandlerPTWorker: Interpretation failed for patch code%04x:%RGv - opcode=%d\n",893 LogFlow(("pgmPoolAccessHandlerPTWorker: Interpretation failed for %04x:%RGv - opcode=%d\n", 894 894 pRegFrame->cs, (RTGCPTR)pRegFrame->rip, pCpu->pCurInstr->opcode)); 895 895 rc = VINF_EM_RAW_EMULATE_INSTR;
Note:
See TracChangeset
for help on using the changeset viewer.