VirtualBox

Changeset 1201 in vbox


Ignore:
Timestamp:
Mar 4, 2007 11:33:15 PM (18 years ago)
Author:
vboxsync
Message:

fixed OS/2 thread bustage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp

    r1190 r1201  
    135135    if (iThreadId > 0)
    136136    {
     137#ifdef fibGetTidPid
     138        *pNativeThread = iThreadId | (fibGetPid() << 16);
     139#else
    137140        *pNativeThread = iThreadId;
     141#endif
    138142        return VINF_SUCCESS;
    139143    }
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