- Timestamp:
- Apr 6, 2009 3:51:30 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r18770 r18781 1634 1634 goto ResumeExecution; 1635 1635 } 1636 AssertMsgFailed(("EMU: rdtsc failed with %Rrc\n", rc));1637 1636 rc = VINF_EM_RAW_EMULATE_INSTR; 1638 1637 break; … … 1650 1649 goto ResumeExecution; 1651 1650 } 1652 AssertMsgFailed(("EMU: rdpmc failed with %Rrc\n", rc));1653 1651 rc = VINF_EM_RAW_EMULATE_INSTR; 1654 1652 break; -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r18770 r18781 2933 2933 goto ResumeExecution; 2934 2934 } 2935 AssertMsgFailed(("EMU: rdpmc failed with %Rrc\n", rc));2936 2935 rc = VINF_EM_RAW_EMULATE_INSTR; 2937 2936 break; … … 2950 2949 goto ResumeExecution; 2951 2950 } 2952 AssertMsgFailed(("EMU: rdtsc failed with %Rrc\n", rc));2953 2951 rc = VINF_EM_RAW_EMULATE_INSTR; 2954 2952 break;
Note:
See TracChangeset
for help on using the changeset viewer.