summaryrefslogtreecommitdiffstats
path: root/opcode_list.h
diff options
context:
space:
mode:
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 30e7203d..306373fb 100644
--- a/opcode_list.h
+++ b/opcode_list.h
@@ -18,6 +18,7 @@ OP(INSERT, NONE, 4, 2)
OP(ASSIGN, VARIABLE, 3, 0)
OP(CALL_BUILTIN_1_1, CFUNC, 1, 1)
+OP(CALL_BUILTIN_2_1, CFUNC, 2, 1)
OP(CALL_BUILTIN_3_1, CFUNC, 3, 1)
OP(CALL_1_1, UFUNC, 1, 1)