aboutsummaryrefslogtreecommitdiff
path: root/src/lj_bc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_bc.h')
-rw-r--r--src/lj_bc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lj_bc.h b/src/lj_bc.h
index 74b11698..ba868283 100644
--- a/src/lj_bc.h
+++ b/src/lj_bc.h
@@ -187,8 +187,8 @@
187 _(FUNCV, rbase, ___, ___, ___) \ 187 _(FUNCV, rbase, ___, ___, ___) \
188 _(IFUNCV, rbase, ___, ___, ___) \ 188 _(IFUNCV, rbase, ___, ___, ___) \
189 _(JFUNCV, rbase, ___, lit, ___) \ 189 _(JFUNCV, rbase, ___, lit, ___) \
190 _(FUNCC, ___, ___, ___, ___) \ 190 _(FUNCC, rbase, ___, ___, ___) \
191 _(FUNCCW, ___, ___, ___, ___) 191 _(FUNCCW, rbase, ___, ___, ___)
192 192
193/* Bytecode opcode numbers. */ 193/* Bytecode opcode numbers. */
194typedef enum { 194typedef enum {