summaryrefslogtreecommitdiff
path: root/src/lj_dispatch.h
diff options
context:
space:
mode:
authorMike Pall <mike>2020-08-09 22:50:31 +0200
committerMike Pall <mike>2020-08-09 22:50:31 +0200
commite296f56b825c688c3530a981dc6b495d972f3d01 (patch)
treeb36c33746eca57f360d8275821f4f25d7098da65 /src/lj_dispatch.h
parent12ab596997b9cb27846a5b254d11230c3f9c50c8 (diff)
downloadluajit2-e296f56b825c688c3530a981dc6b495d972f3d01.tar.gz
Call error function on rethrow after trace exit.
Diffstat (limited to 'src/lj_dispatch.h')
-rw-r--r--src/lj_dispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h
index 6a3bc2bd..372de014 100644
--- a/src/lj_dispatch.h
+++ b/src/lj_dispatch.h
@@ -29,7 +29,7 @@
_(floor) _(ceil) _(trunc) _(log) _(log10) _(exp) _(sin) _(cos) _(tan) \
_(asin) _(acos) _(atan) _(sinh) _(cosh) _(tanh) _(frexp) _(modf) _(atan2) \
_(pow) _(fmod) _(ldexp) \
- _(lj_dispatch_call) _(lj_dispatch_ins) _(lj_err_throw) \
+ _(lj_dispatch_call) _(lj_dispatch_ins) _(lj_err_throw) _(lj_err_run) \
_(lj_ffh_coroutine_wrap_err) _(lj_func_closeuv) _(lj_func_newL_gc) \
_(lj_gc_barrieruv) _(lj_gc_step) _(lj_gc_step_fixtop) _(lj_meta_arith) \
_(lj_meta_call) _(lj_meta_cat) _(lj_meta_comp) _(lj_meta_equal) \