Skip to content
Snippets Groups Projects
Commit abc6da7e authored by wlott's avatar wlott
Browse files

Changed function-header-code-offset function-code-offset.

parent 3e091dff
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; 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 ;;; This file contains the VOPs and macro magic necessary to call static
;;; functions. ;;; functions.
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
(inst move cfp-tn csp-tn) (inst move cfp-tn csp-tn)
(inst compute-lra-from-code lra code-tn lra-label temp) (inst compute-lra-from-code lra code-tn lra-label temp)
(note-this-location vop :call-site) (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)) function-pointer-type))
(inst move code-tn func) (inst move code-tn func)
(emit-return-pc lra-label) (emit-return-pc lra-label)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment