From d23c547423abe0a000f6b3227f987dbfc140576e Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 15 Nov 1991 15:26:00 +0000 Subject: [PATCH] Added disassem.lisp. --- tools/comcom.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/comcom.lisp b/tools/comcom.lisp index cdf2b6481..c15238ac5 100644 --- a/tools/comcom.lisp +++ b/tools/comcom.lisp @@ -60,7 +60,8 @@ (comf "target:compiler/vop" :proceed t) (comf "target:compiler/vmdef" :load *load-stuff* :proceed t) -(comf "target:compiler/assembler" :proceed t) +(comf "target:compiler/assembler" :proceed t) +(comf "target:compiler/disassem") (comf "target:compiler/alloc") (comf "target:compiler/knownfun") (comf "target:compiler/fndb") -- GitLab