summaryrefslogtreecommitdiff
path: root/vm/mterp/c/OP_DOUBLE_TO_LONG.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/mterp/c/OP_DOUBLE_TO_LONG.c')
-rw-r--r--vm/mterp/c/OP_DOUBLE_TO_LONG.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vm/mterp/c/OP_DOUBLE_TO_LONG.c b/vm/mterp/c/OP_DOUBLE_TO_LONG.c
new file mode 100644
index 0000000..44d548c
--- /dev/null
+++ b/vm/mterp/c/OP_DOUBLE_TO_LONG.c
@@ -0,0 +1,3 @@
+HANDLE_FLOAT_TO_INT(OP_DOUBLE_TO_LONG, "double-to-long",
+ double, _DOUBLE, s8, _WIDE)
+OP_END