VirtualBox

Changeset 7347 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Mar 7, 2008 10:36:40 AM (17 years ago)
Author:
vboxsync
Message:

Fixed typo in fallback code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c

    r7337 r7347  
    123123    RTCPUSET Set;
    124124    RTMpGetSet(&Set);
    125     return RTCpuSetCount(pSet);
     125    return RTCpuSetCount(&Set);
    126126# endif
    127127#else
     
    159159    RTCPUSET Set;
    160160    RTMpGetOnlineSet(&Set);
    161     return RTCpuSetCount(pSet);
     161    return RTCpuSetCount(&Set);
    162162# endif
    163163#else
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