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