summaryrefslogtreecommitdiff
path: root/sys/src/cmd/5l/asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/cmd/5l/asm.c')
-rw-r--r--sys/src/cmd/5l/asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/5l/asm.c b/sys/src/cmd/5l/asm.c
index 81f5e7f55..1d3ecc68b 100644
--- a/sys/src/cmd/5l/asm.c
+++ b/sys/src/cmd/5l/asm.c
@@ -578,7 +578,7 @@ datblk(long s, long n, int str)
}
if(l >= n)
continue;
- if(p->as != AINIT && p->as != ADYNT) {
+ if(p->as != AINIT && p->as != ADYNT && !p->from.sym->dupok) {
for(j=l+(c-i)-1; j>=l; j--)
if(buf.dbuf[j]) {
print("%P\n", p);