diff --git a/compiler/mips/array.lisp b/compiler/mips/array.lisp index ad9f1dfb0d9e26526527102cc53035e15a74df34..8e0e98facb6e2861ce40a813047aeaf84ace99a6 100644 --- a/compiler/mips/array.lisp +++ b/compiler/mips/array.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/array.lisp,v 1.38 1993/01/27 10:03:27 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/array.lisp,v 1.39 1993/02/04 14:37:46 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -42,7 +42,7 @@ (inst srl header 2) (pseudo-atomic (pa-flag) (inst or result alloc-tn other-pointer-type) - (storew header alloc-tn) + (storew header result 0 other-pointer-type) (inst addu alloc-tn bytes)))) #+gengc