Commit d51f400b authored by captainwong's avatar captainwong

testing linux build 4

parent 430b8727
...@@ -46,7 +46,7 @@ inline void cacheTid() { ...@@ -46,7 +46,7 @@ inline void cacheTid() {
inline uint64_t tid() { inline uint64_t tid() {
#ifdef JLIB_LINUX #ifdef JLIB_LINUX
if (__builtin_expect(cachedTid == 0, 0)) { if (__builtin_expect(t_cachedTid == 0, 0)) {
cachedTid(); cachedTid();
} }
#else #else
......
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