From f59fe345412d14911291cd47a423505adce3133c Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 28 Sep 1990 06:42:34 +0000 Subject: [PATCH] Fixed DEFINE-FULL-CALL to work when the named call name is a static symbol. --- compiler/mips/call.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/mips/call.lisp b/compiler/mips/call.lisp index deb7c77fa..cc403fdbb 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.30 1990/09/21 00:50:37 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.31 1990/09/28 06:42:34 ram Exp $ ;;; ;;; This file contains the VM definition of function call for the MIPS. ;;; @@ -776,6 +776,8 @@ default-value-5 (inst lw name-pass fp-tn (ash (tn-offset name) vm:word-shift)) (do-next-filler)) + (random-immediate + (load-symbol name-pass (tn-value name))) (constant (inst lw name-pass code-tn (- (ash (tn-offset name) vm:word-shift) -- GitLab