Changeset 1828 in vbox for trunk/src/VBox/VMM/VMMAll/IOMAll.cpp
- Timestamp:
- Mar 30, 2007 12:52:55 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20014
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAll.cpp
r1634 r1828 1203 1203 */ 1204 1204 uint32_t efl = CPUMRawGetEFlags(pVM, pCtxCore); 1205 uint32_t cpl = (pCtxCore->ss & X86_SEL_RPL);1206 1207 if ( ( cpl > 11205 uint32_t cpl = CPUMGetGuestCPL(pVM, pCtxCore); 1206 1207 if ( ( cpl > 0 1208 1208 && X86_EFL_GET_IOPL(efl) < cpl) 1209 1209 || pCtxCore->eflags.Bits.u1VM /* IOPL is ignored in V86 mode; always check TSS bitmap */
Note:
See TracChangeset
for help on using the changeset viewer.