Changeset 45549 in vbox for trunk/src/VBox
- Timestamp:
- Apr 15, 2013 12:16:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r45533 r45549 3680 3680 { 3681 3681 if ( cpl != 0 3682 ||pDis->pCurInstr->uOpcode != OP_RDTSC) /* rdtsc requires emulation in ring 3 as well */3682 && pDis->pCurInstr->uOpcode != OP_RDTSC) /* rdtsc requires emulation in ring 3 as well */ 3683 3683 { 3684 3684 Log(("WARNING: refusing instruction emulation for user-mode code!!\n"));
Note:
See TracChangeset
for help on using the changeset viewer.