0.9.13.47: Thread safety miscellania
[sbcl.git] / src / compiler / x86 / insts.lisp
index ea56bf5..e823a2a 100644 (file)
        (stack
         ;; Convert stack tns into an index off of EBP.
         (let ((disp (- (* (1+ (tn-offset thing)) n-word-bytes))))
-          (cond ((< -128 disp 127)
+          (cond ((<= -128 disp 127)
                  (emit-mod-reg-r/m-byte segment #b01 reg #b101)
                  (emit-byte segment disp))
                 (t