summaryrefslogtreecommitdiff
path: root/vm/mterp/c/OP_INVOKE_SUPER_RANGE.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/mterp/c/OP_INVOKE_SUPER_RANGE.c')
-rw-r--r--vm/mterp/c/OP_INVOKE_SUPER_RANGE.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vm/mterp/c/OP_INVOKE_SUPER_RANGE.c b/vm/mterp/c/OP_INVOKE_SUPER_RANGE.c
new file mode 100644
index 0000000..724e3a0
--- /dev/null
+++ b/vm/mterp/c/OP_INVOKE_SUPER_RANGE.c
@@ -0,0 +1,3 @@
+HANDLE_OPCODE(OP_INVOKE_SUPER_RANGE /*{vCCCC..v(CCCC+AA-1)}, meth@BBBB*/)
+ GOTO_invoke(invokeSuper, true);
+OP_END