$NetBSD: patch-ah,v 1.2 1998/08/07 10:40:21 agc Exp $

--- as/genlist.c.orig	1993-07-10 21:37:22.000000000 +0200
+++ as/genlist.c
@@ -186,8 +186,8 @@ PUBLIC void listline()
 {
     if (!listpre)
     {
-	if (errcount || list.current && (!macflag || mcount != 0) ||
-	    macflag && maclist.current)
+	if (errcount || (list.current && (!macflag || mcount != 0)) ||
+	    (macflag && maclist.current))
 	    list1(lstfil);
 	if (errcount)
 	{
