From 8120857c5b9d1d478f90e816ab6c4cc1a78bbdf9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 8 Sep 1987 08:59:03 +0000 Subject: [PATCH] disabled listing facilities --- mach/m68020/as/mach0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/m68020/as/mach0.c b/mach/m68020/as/mach0.c index efae2afe0..a3709656c 100644 --- a/mach/m68020/as/mach0.c +++ b/mach/m68020/as/mach0.c @@ -12,7 +12,7 @@ #define THREE_PASS /* branch and offset optimization */ #define BYTES_REVERSED /* high order byte has lowest address */ #define WORDS_REVERSED /* high order word has lowest address */ -#define LISTING /* enable listing facilities */ +/*#define LISTING /* enable listing facilities */ #define RELOCATION /* generate relocatable code */ #define DEBUG 0 -- 2.34.1