Changeset 7738 in vbox for trunk/src/VBox
- Timestamp:
- Apr 4, 2008 11:15:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r7737 r7738 1693 1693 case USE_REG_CR4: 1694 1694 oldval = CPUMGetGuestCR4(pVM); 1695 #ifndef IN_RING31696 /** @todo is flipping of the X86_CR4_PAE bit handled correctly here? */1697 #endif1698 1695 rc = CPUMSetGuestCR4(pVM, val32); AssertRC(rc); 1699 1696 val32 = CPUMGetGuestCR4(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.