- Timestamp:
- May 30, 2013 8:38:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/test.cpp
r46298 r46317 280 280 * an instance there. 281 281 */ 282 if ((fFlags & RTTEST_C_NO_TLS) && !RTTlsGet(g_iTestTls)) 282 if ( !(fFlags & RTTEST_C_NO_TLS) 283 && !RTTlsGet(g_iTestTls)) 283 284 rc = RTTlsSet(g_iTestTls, pTest); 284 285 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.