From d9e5494d3ceeeff6b69841ed48a38e003600210c Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 25 Aug 1992 17:40:54 +0000
Subject: [PATCH] Added meta-vmdef, the parts of vmdef that need to be loaded
 at compiler compile time.

---
 tools/comcom.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/comcom.lisp b/tools/comcom.lisp
index 5187ea935..84ed7bc93 100644
--- a/tools/comcom.lisp
+++ b/tools/comcom.lisp
@@ -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")
-- 
GitLab