Commit c3cff285 authored by captainwong's avatar captainwong

testing linux build 6

parent b0742c13
......@@ -47,7 +47,7 @@ inline void cacheTid() {
inline uint64_t tid() {
#ifdef JLIB_LINUX
if (__builtin_expect(t_cachedTid == 0, 0)) {
cachedTid();
cacheTid();
}
#else
if (t_cachedTid != 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment