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

Changed ASSEM to NEW-ASSEM in BOOTSTRAP conditional.

parent 87b7bae1
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,7 @@
(in-package "USER")
#+bootstrap
(copy-packages (cons (c::backend-name c::*target-backend*) '("ASSEM" "C")))
#+bootstrap
(export '(assem::nop) "ASSEM")
(copy-packages (cons (c::backend-name c::*target-backend*) '("NEW-ASSEM" "C")))
(defparameter *load-stuff*
#+bootstrap t
......
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