From 00ef826ed0a2602efdecee545b2197a14eba8f54 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 1 Dec 1991 02:00:11 +0000 Subject: [PATCH] Load vm:insts after vm:vm because it needs to get at some constants that are established in vm. --- compiler/loadcom.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/loadcom.lisp b/compiler/loadcom.lisp index f86cb81bd..deb3d0a7e 100644 --- a/compiler/loadcom.lisp +++ b/compiler/loadcom.lisp @@ -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") -- GitLab