Skip to content
Snippets Groups Projects
Commit 02ec5651 authored by dtc's avatar dtc
Browse files

The complex-double-stack SC has an element size of 4 words (was

incorrectly 2), and give it an alignment of 2.
parent 7bc0e019
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -159,7 +159,7 @@
#+complex-float #+complex-float
(complex-single-stack non-descriptor-stack :element-size 2) (complex-single-stack non-descriptor-stack :element-size 2)
#+complex-float #+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. ;; **** Things that can go in the integer registers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment