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

In do-inits, look up any-reg in the current backend instead of the target

backend.
parent 44c36027
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/generic/vm-ir2tran.lisp,v 1.4 1992/12/16 20:02:39 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-ir2tran.lisp,v 1.5 1992/12/18 11:19:50 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -61,7 +61,8 @@
(setf unbound-marker-tn
(let ((tn (make-restricted-tn
nil
(sc-number-or-lose 'vm::any-reg))))
(sc-number-or-lose 'vm::any-reg
*backend*))))
(vop make-unbound-marker node block tn)
tn))))
(:null
......
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