- Timestamp:
- Aug 28, 2007 2:22:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r4071 r4402 1559 1559 goto ResumeExecution; 1560 1560 } 1561 AssertMsg Failed(("EMU: invlpg %VGv failed with %Vrc\n", exitQualification, rc));1561 AssertMsg(rc == VERR_EM_INTERPRETER, ("EMU: invlpg %VGv failed with %Vrc\n", exitQualification, rc)); 1562 1562 rc = VINF_EM_RAW_EMULATE_INSTR; 1563 1563 break;
Note:
See TracChangeset
for help on using the changeset viewer.