diff --git a/tools/comcom.lisp b/tools/comcom.lisp
index 5187ea935e6b6dea02384728d5f1f20b41bcbbef..84ed7bc931509f2274c881b38e7a6b25143ca912 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")