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 b10c65df..7e14066a 100644
--- a/src/lj_ir.h
+++ b/src/lj_ir.h
@@ -33,6 +33,7 @@
33 /* Miscellaneous ops. */ \ 33 /* Miscellaneous ops. */ \
34 _(NOP, N , ___, ___) \ 34 _(NOP, N , ___, ___) \
35 _(BASE, N , lit, lit) \ 35 _(BASE, N , lit, lit) \
36 _(PVAL, N , lit, ___) \
36 _(GCSTEP, S , ___, ___) \ 37 _(GCSTEP, S , ___, ___) \
37 _(HIOP, S , ref, ref) \ 38 _(HIOP, S , ref, ref) \
38 _(LOOP, S , ___, ___) \ 39 _(LOOP, S , ___, ___) \