From b80dc4b32077277aec5f03d6c22831ee1388e4b6 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 26 Nov 1991 23:08:42 +0000 Subject: [PATCH] Changed the name of mips/mips-macs and mips/mips-insts to be mips/macros and mips/insts so they are consistent with the other systems. --- tools/comcom.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/comcom.lisp b/tools/comcom.lisp index 85404d3c4..e4039c6cb 100644 --- a/tools/comcom.lisp +++ b/tools/comcom.lisp @@ -101,8 +101,8 @@ (:optimize '(optimize (safety 0) (debug-info 1))) (when (string= (old-c:backend-name old-c:*backend*) "PMAX") - (comf "target:compiler/mips/mips-insts") - (comf "target:compiler/mips/mips-macs" :load *load-stuff*) + (comf "target:compiler/mips/insts") + (comf "target:compiler/mips/macros" :load *load-stuff*) (comf "target:compiler/mips/vm") (comf "target:compiler/generic/primtype") (comf "target:assembly/mips/support" :load *load-stuff*) -- GitLab