From 02ec5651bdc6d2677f3c38839ee0327f223a38e4 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Wed, 4 Mar 1998 15:01:52 +0000
Subject: [PATCH] The complex-double-stack SC has an element size of 4 words
 (was incorrectly 2), and give it an alignment of 2.

---
 compiler/alpha/vm.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/alpha/vm.lisp b/compiler/alpha/vm.lisp
index 3401eff3d..48cd38d0f 100644
--- a/compiler/alpha/vm.lisp
+++ b/compiler/alpha/vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/vm.lisp,v 1.4 1998/01/26 15:54:36 pw Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/vm.lisp,v 1.5 1998/03/04 15:01:52 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -159,7 +159,7 @@
   #+complex-float
   (complex-single-stack non-descriptor-stack :element-size 2)
   #+complex-float
-  (complex-double-stack non-descriptor-stack :element-size 2)
+  (complex-double-stack non-descriptor-stack :element-size 4 :alignment 2)
 
 
   ;; **** Things that can go in the integer registers.
-- 
GitLab