summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index 0f0383b9b8..b2fca12b74 100644
--- a/vm.c
+++ b/vm.c
@@ -2035,6 +2035,7 @@ vm_init_redefined_flag(void)
OP(And, AND), (C(Integer));
OP(Or, OR), (C(Integer));
OP(NilP, NIL_P), (C(NilClass));
+ OP(Cmp, CMP), (C(Integer), C(Float), C(String));
#undef C
#undef OP
}