X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpic%2Fralloc.c;h=5f9ff8c1ea329b5b789eb57b5d8ecb0623fcb09c;hb=2306cc90232619f5e4ad6752026edfe0e4345e60;hp=38db701321b4047c039e6210820b1254c1f4b485;hpb=b40923cae3697a11c95777bdcc09777430a1e02b;p=fw%2Fsdcc diff --git a/src/pic/ralloc.c b/src/pic/ralloc.c index 38db7013..5f9ff8c1 100644 --- a/src/pic/ralloc.c +++ b/src/pic/ralloc.c @@ -3644,7 +3644,8 @@ void isData(sym_link *sl) { FILE *of = stderr; - if(!sl) + // avoid garbage `data' and `sfr' output + if(!sl || !debugF) return; if(debugF)