Commit ab150e1a authored by Keith Randall's avatar Keith Randall

[dev.ssa] all: merge from tip to get dev.ssa current

So we can start working on other architectures here.

Change is a dummy to keep git happy.

Change-Id: I1caa62a242790601810a1ff72af7ea9773d4da76
Reviewed-on: https://go-review.googlesource.com/22822Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 6b3462c7
......@@ -68,7 +68,6 @@ func goargs() {
if GOOS == "windows" {
return
}
argslice = make([]string, argc)
for i := int32(0); i < argc; i++ {
argslice[i] = gostringnocopy(argv_index(argv, i))
......
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