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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h
index 7a9f1a9c..8cf8129f 100644
--- a/src/lj_ir.h
+++ b/src/lj_ir.h
@@ -183,6 +183,7 @@ IRFPMDEF(FPMENUM)
183#define IRFLDEF(_) \ 183#define IRFLDEF(_) \
184 _(STR_LEN, offsetof(GCstr, len)) \ 184 _(STR_LEN, offsetof(GCstr, len)) \
185 _(FUNC_ENV, offsetof(GCfunc, l.env)) \ 185 _(FUNC_ENV, offsetof(GCfunc, l.env)) \
186 _(FUNC_PC, offsetof(GCfunc, l.pc)) \
186 _(TAB_META, offsetof(GCtab, metatable)) \ 187 _(TAB_META, offsetof(GCtab, metatable)) \
187 _(TAB_ARRAY, offsetof(GCtab, array)) \ 188 _(TAB_ARRAY, offsetof(GCtab, array)) \
188 _(TAB_NODE, offsetof(GCtab, node)) \ 189 _(TAB_NODE, offsetof(GCtab, node)) \