mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
OSX: Use __thread attribute.
This commit is contained in:
parent
8961a92dd1
commit
44382e833a
@ -290,12 +290,7 @@ LJ_FUNCA int lj_err_unwind_dwarf(int version, int actions,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if LJ_UNWIND_EXT
|
#if LJ_UNWIND_EXT
|
||||||
#if LJ_TARGET_OSX || defined(__OpenBSD__)
|
|
||||||
/* Sorry, no thread safety for OSX. Complain to Apple, not me. */
|
|
||||||
static _Unwind_Exception static_uex;
|
|
||||||
#else
|
|
||||||
static __thread _Unwind_Exception static_uex;
|
static __thread _Unwind_Exception static_uex;
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Raise DWARF2 exception. */
|
/* Raise DWARF2 exception. */
|
||||||
static void err_raise_ext(int errcode)
|
static void err_raise_ext(int errcode)
|
||||||
|
Loading…
Reference in New Issue
Block a user