diff --git a/compiler/sparc/array.lisp b/compiler/sparc/array.lisp index 5b71eb006847375d40672b73f026f19591aafae5..1f81df33eef1e74d6c894311e133f64d6e98bcd4 100644 --- a/compiler/sparc/array.lisp +++ b/compiler/sparc/array.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/sparc/array.lisp,v 1.12 1994/10/31 04:46:41 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/array.lisp,v 1.13 1994/11/02 03:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -423,7 +423,7 @@ (:args (object :scs (descriptor-reg)) (index :scs (any-reg zero immediate)) (value :scs (unsigned-reg))) - (:arg-types * positive-fixnum unsigned-num) + (:arg-types * tagged-num unsigned-num) (:results (result :scs (unsigned-reg))) (:result-types unsigned-num) (:variant 0 vm:other-pointer-type))