0.9.14.16:
authorJuho Snellman <jsnell@iki.fi>
Sun, 16 Jul 2006 06:39:04 +0000 (06:39 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sun, 16 Jul 2006 06:39:04 +0000 (06:39 +0000)
Fix x86-64 build [ (mov ...) -> (inst mov ...) ].

src/compiler/x86-64/array.lisp
version.lisp-expr

index be4823d..7b5ee7a 100644 (file)
              (unsigned-reg
               (inst or old value)))
            (inst rol old :cl)
-           (mov (make-ea :qword :base object :index word-index
-                          :scale n-word-bytes
-                          :disp (- (* vector-data-offset n-word-bytes)
-                                   other-pointer-lowtag))
-                old)
+           (inst mov (make-ea :qword :base object :index word-index
+                              :scale n-word-bytes
+                              :disp (- (* vector-data-offset n-word-bytes)
+                                       other-pointer-lowtag))
+                 old)
            (sc-case value
              (immediate
               (inst mov result (tn-value value)))
index 69bf9b0..e62d17e 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.14.15"
+"0.9.14.16"