1.0.23.29: Specify the required double-stack alignment for MIPS.
authorThiemo Seufer <ths@networkno.de>
Wed, 10 Dec 2008 22:07:06 +0000 (22:07 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 10 Dec 2008 22:07:06 +0000 (22:07 +0000)
src/compiler/mips/vm.lisp
version.lisp-expr

index ad62ee5..65e0515 100644 (file)
   (character-stack non-descriptor-stack) ; non-descriptor characters.
   (sap-stack non-descriptor-stack) ; System area pointers.
   (single-stack non-descriptor-stack) ; single-floats
-  (double-stack non-descriptor-stack :element-size 2) ; double floats.
+  (double-stack non-descriptor-stack
+                :element-size 2 :alignment 2) ; double floats.
   ;; complex-single-floats
   (complex-single-stack non-descriptor-stack :element-size 2)
   ;; complex-double-floats.
index 2703ad9..b96a60d 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".)
-"1.0.23.28"
+"1.0.23.29"