summaryrefslogtreecommitdiffstats
path: root/opcode_list.h
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-12-01 19:41:36 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2012-12-02 20:45:06 +0000
commit251f221b85216ca50329c4ef1788fc617863ce06 (patch)
tree7467aa51c1373848b98c1a70c47f876311d34fa9 /opcode_list.h
parent9e743d517a047566996181549f05383948c0d0c0 (diff)
Refactor of function call codegen. Separate codegen for C and jq calls.
Diffstat (limited to 'opcode_list.h')
-rw-r--r--opcode_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode_list.h b/opcode_list.h
index 00817a13..34a68e1c 100644
--- a/opcode_list.h
+++ b/opcode_list.h
@@ -18,7 +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(WTFBROKEN, CFUNC, 2, 1)
OP(CALL_BUILTIN_3_1, CFUNC, 3, 1)
OP(CALL_1_1, UFUNC, 1, 1)