From aab8668d4bd36528a9f97f2e951c4005d67aae85 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 28 Jan 1987 15:15:28 +0000 Subject: [PATCH] Bug fix --- mach/proto/as/comm6.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mach/proto/as/comm6.c b/mach/proto/as/comm6.c index 7d6f33e06..347f7b92f 100644 --- a/mach/proto/as/comm6.c +++ b/mach/proto/as/comm6.c @@ -248,9 +248,11 @@ short s; return; s &= ~S_DOT; assert((s & ~(S_COM|S_VAR|S_TYP)) == 0); +#ifdef ASLD #ifndef THREE_PASS if (s == S_UND) serror("bad relocation"); +#endif #endif /* * always relocation info if S_VAR to solve problems with: -- 2.34.1