VirtualBox

Ignore:
Timestamp:
Aug 11, 2008 12:12:54 PM (16 years ago)
Author:
vboxsync
Message:

SUPLib: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r11332 r11334  
    12241224    {
    12251225        /* SMP */
     1226        uint64_t        u64AffMaskSaved = RTThreadGetAffinity();
    12261227        RTCPUSET        OnlineSet;
    12271228        uint64_t        u64AffMaskPatched = RTCpuSetToU64(RTMpGetOnlineSet(&OnlineSet)) & u64AffMaskSaved;
    1228         uint64_t        u64AffMaskSaved = RTThreadGetAffinity();
    12291229        unsigned        cCpusPatched = 0;
    12301230        AssertLogRelReturn(cCpus < 64, VERR_INTERNAL_ERROR);
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