]> Cypherpunks repositories - gostls13.git/commit
5c, 5g, 5l: fix arm bug
authorRuss Cox <rsc@golang.org>
Wed, 22 Feb 2012 21:29:14 +0000 (16:29 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 22 Feb 2012 21:29:14 +0000 (16:29 -0500)
commita5bc16d619657a243ea55c2ebefc9a2f672ab2de
treecf205a4ce8ce3e0f2c84e8ccfef897932ad08103
parent37decab5a31f6418ae52d4548d06b2022d99c72f
5c, 5g, 5l: fix arm bug

Using reg as the flag word was unfortunate, since the
default value is not 0 but NREG (==16), which happens
to be the bit NOPTR now.  Clear it.

If I say this will fix the build, it won't.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5690072
src/cmd/5c/txt.c
src/cmd/5g/gsubr.c
src/cmd/5g/list.c
src/cmd/5l/list.c