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

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

parent c042627c
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 ...@@ -872,8 +872,7 @@ default-value-8
(do-next-filler) (do-next-filler)
#-gengc #-gengc
(inst addu entry-point function (inst addu entry-point function
(- (ash function-header-code-offset (- (ash function-code-offset word-shift)
word-shift)
function-pointer-type)) function-pointer-type))
#+gengc #+gengc
(inst lw entry-point lexenv (inst lw entry-point lexenv
......
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