diff src/pass1.c @ 67:d5fe306f1ab1

Fixed numerous bugs in macro handling
author lost
date Mon, 05 Jan 2009 05:40:33 +0000
parents b1d81800bc91
children 918be0c02239
line wrap: on
line diff
--- a/src/pass1.c	Mon Jan 05 05:40:16 2009 +0000
+++ b/src/pass1.c	Mon Jan 05 05:40:33 2009 +0000
@@ -142,6 +142,7 @@
 			nl -> nocodelen = 0;
 			nl -> addrset = 0;
 			nl -> symaddr = -1;
+			nl -> badop = 0;
 			if (as -> linestail)
 				as -> linestail -> next = nl;
 			as -> linestail = nl;