summaryrefslogtreecommitdiff
path: root/src/lj_ir.h
diff options
context:
space:
mode:
authorMike Pall <mike>2012-07-02 22:42:40 +0200
committerMike Pall <mike>2012-07-02 22:42:40 +0200
commit5d0115ef8df093ce9737d00ad35d2fcc693df83f (patch)
treeac4268983040eba4ef45a4e4fea775062db34154 /src/lj_ir.h
parent264177b0d041fdea5e07091a0c585607e9b55828 (diff)
downloadluajit-5d0115ef8df093ce9737d00ad35d2fcc693df83f.tar.gz
luajit-5d0115ef8df093ce9737d00ad35d2fcc693df83f.tar.bz2
luajit-5d0115ef8df093ce9737d00ad35d2fcc693df83f.zip
Add explicit IR_GCSTEP instruction.
Diffstat (limited to '')
-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 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, ___) \