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

Missed uwp-entry when adding :non-local-entry code locations.

parent 5ac9bea1
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/nlx.lisp,v 1.16 1992/05/21 23:21:11 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/nlx.lisp,v 1.17 1992/05/21 23:23:29 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/nlx.lisp,v 1.16 1992/05/21 23:21:11 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/nlx.lisp,v 1.17 1992/05/21 23:23:29 wlott Exp $
;;; ;;;
;;; This file contains the definitions of VOPs used for non-local exit ;;; This file contains the definitions of VOPs used for non-local exit
;;; (throw, lexical exit, etc.) ;;; (throw, lexical exit, etc.)
...@@ -279,6 +279,7 @@ ...@@ -279,6 +279,7 @@
(:save-p :force-to-stack) (:save-p :force-to-stack)
(:results (block) (start) (count)) (:results (block) (start) (count))
(:ignore block start count) (:ignore block start count)
(:vop-var vop)
(:generator 0 (:generator 0
(emit-return-pc label))) (emit-return-pc label)
(note-this-location vop :non-local-entry)))
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