Commit ca727f11 authored by Russ Cox's avatar Russ Cox

cmd/8l: fix build

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/7241061
parent 193ff39a
......@@ -114,7 +114,7 @@ main(int argc, char *argv[])
flagcount("d", "disable dynamic executable", &debug['d']);
flagcount("f", "ignore version mismatch", &debug['f']);
flagcount("g", "disable go package data checks", &debug['g']);
flagcount("hostobj", "generate host object file", &hostobj);
flagcount("hostobj", "generate host object file", &isobj);
flagstr("k", "sym: set field tracking symbol", &tracksym);
flagstr("o", "outfile: set output file", &outfile);
flagcount("p", "insert profiling code", &debug['p']);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment