diff options
author | Mike Pall <mike> | 2012-07-02 22:47:20 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-07-02 22:47:20 +0200 |
commit | 0688de5483c04207220223cbb16a3869849129ab (patch) | |
tree | 619857d1a5d1646cb06448aefcb7c962ae6b7b42 /src/lj_ir.h | |
parent | 5d0115ef8df093ce9737d00ad35d2fcc693df83f (diff) | |
download | luajit-0688de5483c04207220223cbb16a3869849129ab.tar.gz luajit-0688de5483c04207220223cbb16a3869849129ab.tar.bz2 luajit-0688de5483c04207220223cbb16a3869849129ab.zip |
Add IR_PVAL instruction for non-slot parent links.
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 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 , ___, ___) \ |