VirtualBox

Changeset 59792 in vbox


Ignore:
Timestamp:
Feb 23, 2016 3:54:02 PM (9 years ago)
Author:
vboxsync
Message:

VMM/CPUMR3Cpuid: print core count +1 in VBox.log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp

    r58122 r59792  
    61776177            pHlp->pfnPrintf(pHlp,
    61786178                            "Physical Core Count:             %d\n",
    6179                             (uECX >> 0) & 0xff);
     6179                            ((uECX >> 0) & 0xff) + 1);
    61806180        }
    61816181
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