VirtualBox

Ignore:
Timestamp:
Aug 11, 2008 11:45:07 AM (16 years ago)
Author:
vboxsync
Message:

iprt/mp-solaris: and another...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/mp-solaris.cpp

    r11331 r11333  
    239239{
    240240    RTCpuSetEmpty(pSet);
    241     int cCpus = RTMpGetCount();
    242     while (cCpus-- > 0)
     241    int idCpu = RTMpGetCount();
     242    while (idCpu-- > 0)
    243243        RTCpuSetAdd(pSet, idCpu);
    244244    return pSet;
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