From cfd549f0a1989179fd56557d1b3033b2aa81fe1a Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 4 Feb 1993 13:39:40 +0000
Subject: [PATCH] Changed function-header-code-offset to function-code-offset.

---
 compiler/mips/macros.lisp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/compiler/mips/macros.lisp b/compiler/mips/macros.lisp
index 57bb6e300..a05c17bcf 100644
--- a/compiler/mips/macros.lisp
+++ b/compiler/mips/macros.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/macros.lisp,v 1.48 1993/01/13 16:08:25 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/macros.lisp,v 1.49 1993/02/04 13:39:40 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -92,8 +92,7 @@
 (defmacro lisp-jump (function lip)
   "Jump to the lisp function FUNCTION.  LIP is an interior-reg temporary."
   `(progn
-     (inst addu ,lip ,function (- (ash vm:function-header-code-offset
-					vm:word-shift)
+     (inst addu ,lip ,function (- (ash vm:function-code-offset vm:word-shift)
 				   vm:function-pointer-type))
      (inst j ,lip)
      (move code-tn ,function)))
-- 
GitLab