VirtualBox

Changeset 46358 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 3, 2013 10:21:12 AM (12 years ago)
Author:
vboxsync
Message:

VMM: Remove u64RegisterMask HM member which is never really used anywhere.

File:
1 edited

Legend:

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

    r46357 r46358  
    14321432    /* Always reload the host context and the guest's CR0 register for the FPU bits (#NM, #MF, CR0.NE, CR0.TS, CR0.MP). */
    14331433    pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_CR0 | HM_CHANGED_HOST_CONTEXT;
    1434 
    1435     /* Setup the register and mask according to the current execution mode. */
    1436     if (pCtx->msrEFER & MSR_K6_EFER_LMA)
    1437         pVM->hm.s.u64RegisterMask = UINT64_C(0xFFFFFFFFFFFFFFFF);
    1438     else
    1439         pVM->hm.s.u64RegisterMask = UINT64_C(0xFFFFFFFF);
    14401434
    14411435    /* Enable VT-x or AMD-V if local init is required, or enable if it's a
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