- Timestamp:
- Jul 6, 2016 8:44:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r61628 r62034 859 859 * Must do this in raw mode (!); XP boot will fail otherwise. 860 860 */ 861 RTLogPrintf("pgmPoolAccessPfHandlerFlush\n");862 861 VBOXSTRICTRC rc2 = EMInterpretInstructionDisasState(pVCpu, pDis, pRegFrame, pvFault, EMCODETYPE_ALL); 863 862 if (rc2 == VINF_SUCCESS) … … 1026 1025 * Interpret the instruction. 1027 1026 */ 1028 RTLogPrintf("pgmPoolAccessPfHandlerSimple\n");1029 1027 VBOXSTRICTRC rc = EMInterpretInstructionDisasState(pVCpu, pDis, pRegFrame, pvFault, EMCODETYPE_ALL); 1030 1028 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.