0.6.11.16:
[sbcl.git] / src / compiler / x86 / insts.lisp
index 34738f7..6441221 100644 (file)
                            (and (eql disp 0)
                                 (not (= (reg-tn-encoding base) #b101))))
                        #b00)
-                      ((and (target-fixnump disp) (<= -128 disp 127))
+                      ((and (fixnump disp) (<= -128 disp 127))
                        #b01)
                       (t
                        #b10)))