summaryrefslogtreecommitdiffstats
path: root/opcode_list.h
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-11-25 23:07:43 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2012-11-25 23:07:43 +0000
commitf19ba32fdde2bfea89e6c10a9183d130b6de99aa (patch)
treee9684fba300a9b2a52b3df44c07b37f8a8cb97ce /opcode_list.h
parent72691b490943bcaa921a53375585cac83327c432 (diff)
Minor refactor of function call setup to allow for multiple arguments.
Diffstat (limited to 'opcode_list.h')
-rw-r--r--opcode_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode_list.h b/opcode_list.h
index 306373fb..00817a13 100644
--- a/opcode_list.h
+++ b/opcode_list.h
@@ -24,6 +24,7 @@ OP(CALL_BUILTIN_3_1, CFUNC, 3, 1)
OP(CALL_1_1, UFUNC, 1, 1)
OP(RET, NONE, 1, 1)
+OP(CALLSEQ_END, CALLSEQ_END_IMM, 0, 0)
OP(CLOSURE_PARAM, CLOSURE_PARAM_IMM, 0, 0)
OP(CLOSURE_REF, CLOSURE_REF_IMM, 0, 0)
OP(CLOSURE_CREATE, CLOSURE_CREATE_IMM, 0, 0)