X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=listing.c;h=530691334c3ea0d8574ab7a097cedff0ae5d60bb;hp=9dfddc595e79a1d49375ca02c1cb7c97af647418;hb=062214e62031c26d372edc2e68473ebb64f6a506;hpb=bcd800a128cf43be03cf6a7ea54b4fc404b3ed8d diff --git a/listing.c b/listing.c index 9dfddc5..5306913 100644 --- a/listing.c +++ b/listing.c @@ -306,7 +306,7 @@ void listeol(void) // deposited with dcb. The fix (kludge) is an extra variable which records // the fact that a 'ds.x' directive generated all the data, and it // shouldn't be listed - savsect(); // Update section variables + SaveSection(); // Update section variables if (lcursect == cursect && (sect[lcursect].scattr & SBSS) == 0 && lsloc != sloc && just_bss == 0)