summaryrefslogtreecommitdiff
path: root/src/cmd/5a/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/5a/lex.c')
-rw-r--r--src/cmd/5a/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/5a/lex.c b/src/cmd/5a/lex.c
index b36094a78..e762f5646 100644
--- a/src/cmd/5a/lex.c
+++ b/src/cmd/5a/lex.c
@@ -187,7 +187,7 @@ assemble(char *file)
pass = 1;
pinit(file);
- Bprint(&obuf, "%s\n", thestring);
+ Bprint(&obuf, "go object %s %s %s\n", getgoos(), thestring, getgoversion());
for(i=0; i<nDlist; i++)
dodefine(Dlist[i]);