diff --git a/compiler/mips/values.lisp b/compiler/mips/values.lisp index e8bbad6e8c7bd7c13707a0a5398f9f9b809512d6..a7fdc0f4eb8b120dc6444ac738b32cf4711d0c0e 100644 --- a/compiler/mips/values.lisp +++ b/compiler/mips/values.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/values.lisp,v 1.5 1990/03/05 21:10:02 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/values.lisp,v 1.6 1990/04/03 03:01:51 wlott Exp $ ;;; ;;; This file contains the implementation of unknown-values VOPs. ;;; @@ -58,7 +58,7 @@ (load-stack-tn temp tn) (storew temp start-temp i))))) (move start start-temp) - (loadi count nvals))) + (loadi count (fixnum nvals)))) ;;; Push a list of values on the stack, returning Start and Count as used in