Changeset 45906 in vbox
- Timestamp:
- May 6, 2013 12:40:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45905 r45906 2832 2832 * we want to be notified immediately of guest CR0 changes (e.g. PG to update our shadow page tables). 2833 2833 */ 2834 uint 64_t u32CR0Mask = 0;2834 uint32_t u32CR0Mask = 0; 2835 2835 u32CR0Mask = X86_CR0_PE 2836 2836 | X86_CR0_NE
Note:
See TracChangeset
for help on using the changeset viewer.