summaryrefslogtreecommitdiff
path: root/src/cmd/5c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/5c')
-rw-r--r--src/cmd/5c/swt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/5c/swt.c b/src/cmd/5c/swt.c
index 43eb73c94..d45aabc5e 100644
--- a/src/cmd/5c/swt.c
+++ b/src/cmd/5c/swt.c
@@ -373,7 +373,7 @@ outcode(void)
}
}
- Bprint(&outbuf, "%s\n", thestring);
+ Bprint(&outbuf, "go object %s %s %s\n", getgoos(), thestring, getgoversion());
if(ndynimp > 0 || ndynexp > 0) {
int i;