- Timestamp:
- Apr 6, 2009 3:01:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r18770 r18771 2573 2573 /* If X86_CR4_PCE is not set, then CPL must be zero. */ 2574 2574 if ( !(uCR4 & X86_CR4_PCE) 2575 ||CPUMGetGuestCPL(pVM, pRegFrame) != 0)2575 && CPUMGetGuestCPL(pVM, pRegFrame) != 0) 2576 2576 { 2577 2577 Assert(CPUMGetGuestCR0(pVM) & X86_CR0_PE);
Note:
See TracChangeset
for help on using the changeset viewer.