aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_ir.h')
-rw-r--r--src/lj_ir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h
index f50132ea..bd2723cd 100644
--- a/src/lj_ir.h
+++ b/src/lj_ir.h
@@ -97,6 +97,7 @@
97 _(UREFC, LW, ref, lit) \ 97 _(UREFC, LW, ref, lit) \
98 _(FREF, R , ref, lit) \ 98 _(FREF, R , ref, lit) \
99 _(STRREF, N , ref, ref) \ 99 _(STRREF, N , ref, ref) \
100 _(LREF, L , ___, ___) \
100 \ 101 \
101 /* Loads and Stores. These must be in the same order. */ \ 102 /* Loads and Stores. These must be in the same order. */ \
102 _(ALOAD, L , ref, ___) \ 103 _(ALOAD, L , ref, ___) \
@@ -193,6 +194,7 @@ IRFPMDEF(FPMENUM)
193 _(STR_LEN, offsetof(GCstr, len)) \ 194 _(STR_LEN, offsetof(GCstr, len)) \
194 _(FUNC_ENV, offsetof(GCfunc, l.env)) \ 195 _(FUNC_ENV, offsetof(GCfunc, l.env)) \
195 _(FUNC_PC, offsetof(GCfunc, l.pc)) \ 196 _(FUNC_PC, offsetof(GCfunc, l.pc)) \
197 _(THREAD_ENV, offsetof(lua_State, env)) \
196 _(TAB_META, offsetof(GCtab, metatable)) \ 198 _(TAB_META, offsetof(GCtab, metatable)) \
197 _(TAB_ARRAY, offsetof(GCtab, array)) \ 199 _(TAB_ARRAY, offsetof(GCtab, array)) \
198 _(TAB_NODE, offsetof(GCtab, node)) \ 200 _(TAB_NODE, offsetof(GCtab, node)) \