# HG changeset patch # User lost@l-w.ca # Date 1316275075 21600 # Node ID 11b710d231bd8b79877f804792210116f976a607 # Parent 606123758641f52ce632a2a589fb0b398402f2c8 Fixed bug handling bss in lwex diff -r 606123758641 -r 11b710d231bd lwlink/output.c --- a/lwlink/output.c Thu Sep 15 17:08:16 2011 -0600 +++ b/lwlink/output.c Sat Sep 17 09:57:55 2011 -0600 @@ -201,6 +201,7 @@ writebytes(buf, 1, 32, of); // output the data // NOTE: disjoint load addresses will not work correctly!!!!! + nskips = 0; for (sn = 0; sn < nsects; sn++) { if (sectlist[sn].ptr -> flags & SECTION_BSS)