VirtualBox

Changeset 46041 in vbox


Ignore:
Timestamp:
May 13, 2013 7:43:55 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: nit.

File:
1 edited

Legend:

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

    r46018 r46041  
    840840     * Initialize per-VCPU VT-x structures.
    841841     */
    842     for (VMCPUID i =0; i < pVM->cCpus; i++)
     842    for (VMCPUID i = 0; i < pVM->cCpus; i++)
    843843    {
    844844        PVMCPU pVCpu = &pVM->aCpus[i];
     
    81528152
    81538153                        /* Paranoia. */
    8154                         pMixedCtx->dr[7] &= 0xffffffff;                                             /* Upper 32 bits reserved. */
     8154                        pMixedCtx->dr[7] &= UINT64_C(0xffffffff);                                   /* Upper 32 bits MBZ. */
    81558155                        pMixedCtx->dr[7] &= ~(RT_BIT(11) | RT_BIT(12) | RT_BIT(14) | RT_BIT(15));   /* MBZ. */
    81568156                        pMixedCtx->dr[7] |= 0x400;                                                  /* MB1. */
     
    86158615
    86168616        /* Paranoia. */
    8617         pMixedCtx->dr[7] &= UINT32_C(0xffffffff);                                    /* upper 32 bits MBZ. */
     8617        pMixedCtx->dr[7] &= UINT64_C(0xffffffff);                                    /* upper 32 bits MBZ. */
    86188618        pMixedCtx->dr[7] &= ~(RT_BIT(11) | RT_BIT(12) | RT_BIT(14) | RT_BIT(15));    /* must be zero */
    86198619        pMixedCtx->dr[7] |= 0x400;                                                   /* must be one */
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