aboutsummaryrefslogtreecommitdiff
path: root/src/lj_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_err.c')
-rw-r--r--src/lj_err.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lj_err.c b/src/lj_err.c
index a8151295..c75552df 100644
--- a/src/lj_err.c
+++ b/src/lj_err.c
@@ -256,8 +256,7 @@ LJ_FUNCA int lj_err_unwind_dwarf(int version, _Unwind_Action actions,
256} 256}
257 257
258#if LJ_UNWIND_EXT 258#if LJ_UNWIND_EXT
259/* NYI: this is not thread-safe. */ 259static __thread struct _Unwind_Exception static_uex;
260static struct _Unwind_Exception static_uex;
261 260
262/* Raise DWARF2 exception. */ 261/* Raise DWARF2 exception. */
263static void err_raise_ext(int errcode) 262static void err_raise_ext(int errcode)