0.8.19.30: less COMPILE-FILE verbosity
[sbcl.git] / src / compiler / x86-64 / type-vops.lisp
index 46d6bc2..6dbaaab 100644 (file)
     (inst sar rax-tn (+ 32 3 -1))
     (if not-p
        (progn
-         (inst jmp :nz target)
+         (inst jmp :nz maybe)
          (inst jmp not-target))
        (inst jmp :z target))
+    MAYBE
     (inst cmp rax-tn -1)
     (inst jmp (if not-p :ne :eq) target)
     NOT-TARGET))