diff options
Diffstat (limited to 'src/lj_ir.h')
-rw-r--r-- | src/lj_ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h index a8f48ffb..b10c65df 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 | _(GCSTEP, S , ___, ___) \ | ||
36 | _(HIOP, S , ref, ref) \ | 37 | _(HIOP, S , ref, ref) \ |
37 | _(LOOP, S , ___, ___) \ | 38 | _(LOOP, S , ___, ___) \ |
38 | _(USE, S , ref, ___) \ | 39 | _(USE, S , ref, ___) \ |