diff options
Diffstat (limited to 'ops.h')
-rw-r--r-- | ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |