aboutsummaryrefslogtreecommitdiff
path: root/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'ops.h')
-rw-r--r--ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops.h b/ops.h
index 7af7810..e7a8bc6 100644
--- a/ops.h
+++ b/ops.h
@@ -99,6 +99,7 @@ OP(ICOPY, 1, 1, "copy")
/* call */
OP(ICALL, 1, -1, "call")
+OP(IVACALL, 1, -1, "call")
/* variadic */
OP(IVASTART, 0, 1, "vastart")