Changeset 90998 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 30, 2021 2:07:29 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r90932 r90998 2316 2316 uint64_t fMask = X86_CR4_VME | X86_CR4_PVI 2317 2317 | X86_CR4_TSD | X86_CR4_DE 2318 | X86_CR4_PSE | X86_CR4_PAE 2318 | X86_CR4_PSE | X86_CR4_PAE /** @todo r=bird: PAE isn't a given either, we must check features. See als PAEmode. */ 2319 2319 | X86_CR4_MCE | X86_CR4_PGE 2320 2320 | X86_CR4_PCE
Note:
See TracChangeset
for help on using the changeset viewer.