VirtualBox

Ignore:
Timestamp:
Sep 26, 2013 1:02:55 AM (11 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r48695 r48697  
    11771177                    /** @todo restrict this to nehalem.  */
    11781178                    PVM pVM = pVCpu->CTX_SUFF(pVM); /* Note! Not sweating the 4-bit core count limit on westmere. */
    1179                     *puValue = pVM->cCpus & 0xffff | ((pVM->cCpus & 0xffff) << 16);
     1179                    *puValue = (pVM->cCpus & 0xffff) | ((pVM->cCpus & 0xffff) << 16);
    11801180                    break;
    11811181                }
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