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

Missed a place where a :call-site code-location was needed.

parent d4293e40
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
;;; 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.45 1992/05/21 02:12:38 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.46 1992/05/21 02:18:55 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.45 1992/05/21 02:12:38 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.46 1992/05/21 02:18:55 wlott Exp $
;;; ;;;
;;; This file contains the VM definition of function call for the MIPS. ;;; This file contains the VM definition of function call for the MIPS.
;;; ;;;
...@@ -486,6 +486,7 @@ default-value-8 ...@@ -486,6 +486,7 @@ default-value-8
(maybe-load-stack-tn fp-tn fp) (maybe-load-stack-tn fp-tn fp)
(inst compute-lra-from-code (inst compute-lra-from-code
(callee-return-pc-tn callee) code-tn label temp) (callee-return-pc-tn callee) code-tn label temp)
(note-this-location vop :call-site)
(inst b target) (inst b target)
(inst nop) (inst nop)
(emit-return-pc label) (emit-return-pc 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