VirtualBox

Changeset 45906 in vbox


Ignore:
Timestamp:
May 6, 2013 12:40:14 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: uint64->32 fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r45905 r45906  
    28322832         * we want to be notified immediately of guest CR0 changes (e.g. PG to update our shadow page tables).
    28332833         */
    2834         uint64_t u32CR0Mask = 0;
     2834        uint32_t u32CR0Mask = 0;
    28352835        u32CR0Mask =  X86_CR0_PE
    28362836                    | X86_CR0_NE
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