Changeset 45479 in vbox for trunk/src/VBox/VMM/VMMAll/EMAll.cpp
- Timestamp:
- Apr 11, 2013 9:32:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r45430 r45479 3677 3677 #endif 3678 3678 if ( cpl != 0 3679 &&pDis->pCurInstr->uOpcode != OP_RDTSC) /* rdtsc requires emulation in ring 3 as well */3679 || pDis->pCurInstr->uOpcode != OP_RDTSC) /* rdtsc requires emulation in ring 3 as well */ 3680 3680 { 3681 3681 Log(("WARNING: refusing instruction emulation for user-mode code!!\n"));
Note:
See TracChangeset
for help on using the changeset viewer.