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

Added meta-vmdef, the parts of vmdef that need to be loaded at compiler

compile time.
parent ef010f84
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,8 @@
(comf "target:compiler/node")
(comf "target:compiler/ctype")
(comf "target:compiler/vop" :proceed t)
(comf "target:compiler/vmdef" :load *load-stuff* :proceed t)
(comf "target:compiler/vmdef")
(comf "target:compiler/meta-vmdef" :load *load-stuff* :proceed t)
(comf "target:compiler/disassem")
(comf "target:compiler/new-assem")
......
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