Browse Source

drop unnecessary check

Quentin Carbonneaux 1 year ago
parent
commit
875c1abf93
1 changed files with 0 additions and 2 deletions
  1. 0 2
      emit.c

+ 0 - 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)