From 8e215eb9cad494e757bcf393961a246c99ab7225 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 8 Nov 1991 15:14:11 +0000 Subject: [PATCH] Added :SCS (DESCRIPTOR-REG) to the more operand of full-call VOPs for representation selection's benefit. --- compiler/mips/call.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/mips/call.lisp b/compiler/mips/call.lisp index 782e0e167..e04c5b2c9 100644 --- a/compiler/mips/call.lisp +++ b/compiler/mips/call.lisp @@ -7,11 +7,11 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.39 1991/05/16 16:06:25 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.40 1991/11/08 15:14:11 ram Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.39 1991/05/16 16:06:25 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.40 1991/11/08 15:14:11 ram Exp $ ;;; ;;; This file contains the VM definition of function call for the MIPS. ;;; @@ -659,7 +659,7 @@ default-value-8 '((old-fp :target old-fp-pass) (return-pc :target return-pc-pass))) - ,@(unless variable '((args :more t)))) + ,@(unless variable '((args :more t :scs (descriptor-reg))))) ,@(when (eq return :fixed) '((:results (values :more t)))) -- GitLab