From 77429c5785149a3d273dcb54f18fd9ce01f525b2 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 24 Jul 1992 03:29:37 +0000
Subject: [PATCH] Removed old assembler, and unconditionalize the disassembler
 now that it works with the new assembler.

---
 tools/comcom.lisp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tools/comcom.lisp b/tools/comcom.lisp
index 13aad1be3..f4f9e163e 100644
--- a/tools/comcom.lisp
+++ b/tools/comcom.lisp
@@ -65,9 +65,7 @@
 (comf "target:compiler/vop" :proceed t)
 (comf "target:compiler/vmdef" :load *load-stuff* :proceed t)
 
-(unless (c:target-featurep '(or :hppa :x86))
-  (comf "target:compiler/assembler" :proceed t)
-  (comf "target:compiler/disassem"))
+(comf "target:compiler/disassem")
 (comf "target:compiler/new-assem")
 (comf "target:compiler/alloc")
 (comf "target:compiler/knownfun")
-- 
GitLab