summaryrefslogtreecommitdiff
path: root/vm/mterp/c/OP_CMPG_FLOAT.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/mterp/c/OP_CMPG_FLOAT.c')
-rw-r--r--vm/mterp/c/OP_CMPG_FLOAT.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/mterp/c/OP_CMPG_FLOAT.c b/vm/mterp/c/OP_CMPG_FLOAT.c
new file mode 100644
index 0000000..0bba49e
--- /dev/null
+++ b/vm/mterp/c/OP_CMPG_FLOAT.c
@@ -0,0 +1,2 @@
+HANDLE_OP_CMPX(OP_CMPG_FLOAT, "g-float", float, _FLOAT, 1)
+OP_END