drop unnecessary check
This commit is contained in:
parent
8ded7a56a2
commit
875c1abf93
1 changed files with 0 additions and 2 deletions
2
emit.c
2
emit.c
|
@ -97,8 +97,6 @@ emitdat(Dat *d, FILE *f)
|
||||||
fprintf(f, "\t.fill %"PRId64",1,0\n", d->u.num);
|
fprintf(f, "\t.fill %"PRId64",1,0\n", d->u.num);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (d->lnk->common)
|
|
||||||
die("unsupported common data item");
|
|
||||||
if (zero != -1) {
|
if (zero != -1) {
|
||||||
emitlnk(d->name, d->lnk, SecData, f);
|
emitlnk(d->name, d->lnk, SecData, f);
|
||||||
if (zero > 0)
|
if (zero > 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue