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

Load vm:insts after vm:vm because it needs to get at some constants that

are established in vm.
parent f8faa787
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@
(load "c:assem-opt")
(load "assem:assemfile")
(load "assem:support")
(load "vm:insts")
(load "vm:macros")
(load "vm:utils")
(load "c:aliencomp")
......@@ -67,6 +66,7 @@
(load "vm:core")
(load "vm:vm")
(load "vm:insts")
#-rt (load "vm:primtype")
(load "vm:move")
(load "vm:sap")
......
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