aboutsummaryrefslogtreecommitdiff
path: root/emit.c
diff options
context:
space:
mode:
Diffstat (limited to 'emit.c')
-rw-r--r--emit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/emit.c b/emit.c
index 82eba9e..ba0174b 100644
--- a/emit.c
+++ b/emit.c
@@ -97,8 +97,6 @@ emitdat(Dat *d, FILE *f)
fprintf(f, "\t.fill %"PRId64",1,0\n", d->u.num);
break;
default:
- if (d->lnk->common)
- die("unsupported common data item");
if (zero != -1) {
emitlnk(d->name, d->lnk, SecData, f);
if (zero > 0)