Changeset 12735 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 25, 2008 2:07:53 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37058
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r12657 r12735 1923 1923 * at SS. (ACP2 regression during install after a far call to ring 2) 1924 1924 */ 1925 cpl = pCtxCore->ssHid.Attr.n.u2Dpl; 1925 if (RT_LIKELY(pVM->cpum.s.Guest.cr0 & X86_CR0_PE)) 1926 cpl = pCtxCore->ssHid.Attr.n.u2Dpl; 1927 else 1928 cpl = 0; /* CPL set to 3 for VT-x real-mode emulation. */ 1926 1929 } 1927 1930 else if (RT_LIKELY(pVM->cpum.s.Guest.cr0 & X86_CR0_PE))
Note:
See TracChangeset
for help on using the changeset viewer.