From abc6da7e75e863726e81f41fbbd9ebf2273c4585 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 17 Dec 1992 09:42:02 +0000
Subject: [PATCH] Changed function-header-code-offset function-code-offset.

---
 compiler/sparc/static-fn.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/sparc/static-fn.lisp b/compiler/sparc/static-fn.lisp
index 034575ecc..168b4e28d 100644
--- a/compiler/sparc/static-fn.lisp
+++ b/compiler/sparc/static-fn.lisp
@@ -7,7 +7,7 @@
 ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/static-fn.lisp,v 1.3 1992/05/21 02:20:24 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/static-fn.lisp,v 1.4 1992/12/17 09:42:02 wlott Exp $
 ;;;
 ;;; This file contains the VOPs and macro magic necessary to call static
 ;;; functions.
@@ -94,7 +94,7 @@
 	     (inst move cfp-tn csp-tn)
 	     (inst compute-lra-from-code lra code-tn lra-label temp)
 	     (note-this-location vop :call-site)
-	     (inst j func (- (ash function-header-code-offset word-shift)
+	     (inst j func (- (ash function-code-offset word-shift)
 			     function-pointer-type))
 	     (inst move code-tn func)
 	     (emit-return-pc lra-label)
-- 
GitLab