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

Added vm-ir2tran

parent 65735d83
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/loadcom.lisp,v 1.43 1992/08/25 21:04:09 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadcom.lisp,v 1.44 1992/12/13 15:29:59 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
(load "c:control") (load "c:control")
(load "c:entry") (load "c:entry")
(load "c:ir2tran") (load "c:ir2tran")
(load "vm:vm-ir2tran")
(load "c:pack") (load "c:pack")
(load "c:dyncount") (load "c:dyncount")
(load "c:statcount") (load "c:statcount")
......
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