summaryrefslogtreecommitdiff
path: root/vm/mterp/c/OP_SHL_LONG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm/mterp/c/OP_SHL_LONG.cpp')
-rw-r--r--vm/mterp/c/OP_SHL_LONG.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/mterp/c/OP_SHL_LONG.cpp b/vm/mterp/c/OP_SHL_LONG.cpp
new file mode 100644
index 0000000..f6b502a
--- /dev/null
+++ b/vm/mterp/c/OP_SHL_LONG.cpp
@@ -0,0 +1,2 @@
+HANDLE_OP_SHX_LONG(OP_SHL_LONG, "shl", (s8), <<)
+OP_END