0.8.18.16:
[sbcl.git] / src / compiler / x86-64 / arith.lisp
index 14c6e28..35cd6ac 100644 (file)
   (when (and (<= width 64)
             (constant-lvar-p scale)
             (constant-lvar-p disp))
-    (cut-to-width base width)
-    (cut-to-width index width)
+    (cut-to-width base :unsigned width)
+    (cut-to-width index :unsigned width)
     'sb!vm::%lea-mod64))
 
 #+sb-xc-host