From 667e46c8b2bfcbd0669bb6f95235f564e8df4b17 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 4 Feb 1993 15:51:25 +0000 Subject: [PATCH] Changed function-header-code-offset to function-code-offset. --- compiler/mips/call.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compiler/mips/call.lisp b/compiler/mips/call.lisp index ced982508..f994d8f97 100644 --- a/compiler/mips/call.lisp +++ b/compiler/mips/call.lisp @@ -7,7 +7,7 @@ ;;; 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.53 1993/01/15 22:49:49 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.54 1993/02/04 15:51:25 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -872,8 +872,7 @@ default-value-8 (do-next-filler) #-gengc (inst addu entry-point function - (- (ash function-header-code-offset - word-shift) + (- (ash function-code-offset word-shift) function-pointer-type)) #+gengc (inst lw entry-point lexenv -- GitLab