From 298b1a055da8d1a4aff5946e6cd9a9aa674dea8e Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 16 Apr 1990 16:43:43 +0000 Subject: [PATCH] Removed bogus :type fixnum declaration. --- compiler/mips/call.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/mips/call.lisp b/compiler/mips/call.lisp index ac216e688..38bbd2249 100644 --- a/compiler/mips/call.lisp +++ b/compiler/mips/call.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.2 1990/04/13 17:16:42 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.3 1990/04/16 16:43:43 wlott Exp $ ;;; ;;; This file contains the VM definition of function call for the MIPS. ;;; @@ -1064,7 +1064,7 @@ default-value-5 (count-arg :target count :scs (any-reg descriptor-reg))) (:temporary (:scs (any-reg) :type fixnum :from (:argument 0)) context) (:temporary (:scs (any-reg) :type fixnum :from (:argument 1)) count) - (:temporary (:scs (descriptor-reg) :type fixnum :from :eval) temp dst) + (:temporary (:scs (descriptor-reg) :from :eval) temp dst) (:temporary (:scs (non-descriptor-reg) :type random :from :eval) ndescr) (:results (result :scs (any-reg descriptor-reg))) (:translate %listify-rest-args) -- GitLab