From 1de2cf326cdde099c6dfe4f8b98264b51b1bf272 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 9 Nov 1991 02:07:56 +0000 Subject: [PATCH] Added assembly-call attribute to jal. --- compiler/mips/insts.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp index 81c2db981..f8eb12035 100644 --- a/compiler/mips/insts.lisp +++ b/compiler/mips/insts.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/insts.lisp,v 1.32 1991/07/31 07:06:38 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.33 1991/11/09 02:07:56 wlott Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.32 1991/07/31 07:06:38 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.33 1991/11/09 02:07:56 wlott Exp $ ;;; ;;; Description of the MIPS architecture. ;;; @@ -356,7 +356,7 @@ (target :argument jump-fixup))) (define-instruction (jal :pinned t - :attributes (delayed-branch)) + :attributes (delayed-branch assembly-call)) (register (op :constant special-op) (rs :argument register) (rt :constant 0) -- GitLab