From 3d95d1b30bb93309a825469bb7e1c4645b603a4a Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 20 Jul 1990 14:23:28 +0000 Subject: [PATCH] Fixed KNOWN-CALL-LOCAL to call NOTE-THIS-LOCATION after emitting the LRA, rather than before. --- 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 e1f85924d..b1347dad2 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.25 1990/07/10 18:28:04 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.26 1990/07/20 14:23:28 ram Exp $ ;;; ;;; This file contains the VM definition of function call for the MIPS. ;;; @@ -508,8 +508,8 @@ default-value-5 (callee-return-pc-tn callee) code-tn label temp) (inst b target) (inst nop) - (note-this-location vop :known-return) (emit-return-pc label) + (note-this-location vop :known-return) (when cur-nfp (load-stack-tn cur-nfp nfp-save))))) -- GitLab