Changeset 45485 in vbox for trunk/src/VBox/VMM/VMMAll/EMAll.cpp
- Timestamp:
- Apr 11, 2013 2:46:04 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84947
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r45479 r45485 57 57 58 58 #ifdef VBOX_WITH_RAW_RING1 59 #define EM_EMULATE_SMSW 60 #endif 59 # define EM_EMULATE_SMSW 60 #endif 61 61 62 62 63 /******************************************************************************* … … 3674 3675 || pRegFrame->eflags.Bits.u2IOPL > cpl 3675 3676 ) 3677 #endif 3676 3678 { 3677 #endif3678 3679 if ( cpl != 0 3679 3680 || pDis->pCurInstr->uOpcode != OP_RDTSC) /* rdtsc requires emulation in ring 3 as well */ … … 3683 3684 return VERR_EM_INTERPRETER; 3684 3685 } 3685 #ifdef VBOX_WITH_RAW_RING13686 3686 } 3687 #endif3688 3687 } 3689 3688 else
Note:
See TracChangeset
for help on using the changeset viewer.