summaryrefslogtreecommitdiff
path: root/vm/mterp/c/OP_IF_GEZ.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm/mterp/c/OP_IF_GEZ.cpp')
-rw-r--r--vm/mterp/c/OP_IF_GEZ.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/mterp/c/OP_IF_GEZ.cpp b/vm/mterp/c/OP_IF_GEZ.cpp
new file mode 100644
index 0000000..8c4b78a
--- /dev/null
+++ b/vm/mterp/c/OP_IF_GEZ.cpp
@@ -0,0 +1,2 @@
+HANDLE_OP_IF_XXZ(OP_IF_GEZ, "gez", >=)
+OP_END