diff options
Diffstat (limited to 'src/cmd/ld/ldmacho.c')
-rw-r--r-- | src/cmd/ld/ldmacho.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/ld/ldmacho.c b/src/cmd/ld/ldmacho.c index abbc3b3cd..388848767 100644 --- a/src/cmd/ld/ldmacho.c +++ b/src/cmd/ld/ldmacho.c @@ -480,7 +480,7 @@ ldmacho(Biobuf *f, char *pkg, int64 len, char *pn) switch(thechar) { default: - diag("%s: mach-o %s unimplemented", thestring); + diag("%s: mach-o %s unimplemented", pn, thestring); return; case '6': if(e != &le || m->cputype != MachoCpuAmd64) { |