X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.c;h=89e4ee0149855e7c7b7031422058eee2d5a10559;hp=175027292045ab67193e1b6c75a51ecc48523f6e;hb=21b541fc477234e0823876eabf8ee556eb94c78e;hpb=fda6ba86616d173dfb43c84c2e2b11eac099d85b diff --git a/direct.c b/direct.c index 1750272..89e4ee0 100644 --- a/direct.c +++ b/direct.c @@ -997,6 +997,7 @@ int d_dcb(WORD siz) VALUE evalc, eval; WORD eattr; +printf("dcb: section is %s%s%s (scattr=$%X)\n", (cursect & TEXT ? "TEXT" : ""), (cursect & DATA ? " DATA" : ""), (cursect & BSS ? "BSS" : ""), scattr); if ((scattr & SBSS) != 0) return error("illegal initialization of section");