summaryrefslogtreecommitdiff
path: root/vm/mterp/c/OP_USHR_LONG_2ADDR.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/mterp/c/OP_USHR_LONG_2ADDR.c')
-rw-r--r--vm/mterp/c/OP_USHR_LONG_2ADDR.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/mterp/c/OP_USHR_LONG_2ADDR.c b/vm/mterp/c/OP_USHR_LONG_2ADDR.c
new file mode 100644
index 0000000..4ac0598
--- /dev/null
+++ b/vm/mterp/c/OP_USHR_LONG_2ADDR.c
@@ -0,0 +1,2 @@
+HANDLE_OP_SHX_LONG_2ADDR(OP_USHR_LONG_2ADDR, "ushr", (u8), >>)
+OP_END