VirtualBox

Changeset 7738 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 4, 2008 11:15:41 AM (17 years ago)
Author:
vboxsync
Message:

PAE switches should be handled correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r7737 r7738  
    16931693        case USE_REG_CR4:
    16941694            oldval = CPUMGetGuestCR4(pVM);
    1695 #ifndef IN_RING3
    1696             /** @todo is flipping of the X86_CR4_PAE bit handled correctly here? */
    1697 #endif
    16981695            rc = CPUMSetGuestCR4(pVM, val32); AssertRC(rc);
    16991696            val32 = CPUMGetGuestCR4(pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette