Skip to content
Snippets Groups Projects
Commit 7cf17727 authored by ram's avatar ram
Browse files

Have to specify :save-p...

parent 763406e2
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pseudo-vops.lisp,v 1.6 1992/06/04 15:52:51 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pseudo-vops.lisp,v 1.7 1992/06/04 16:13:14 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -25,6 +25,7 @@
(define-vop (note-environment-start)
(:info start-lab)
(:vop-var vop)
(:save-p :compute-only)
(:generator 0
(emit-label start-lab)
(note-debug-location vop start-lab :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