]> Cypherpunks repositories - gostls13.git/commit
gc: fix bug introduced earlier
authorRuss Cox <rsc@golang.org>
Sat, 11 Feb 2012 06:04:24 +0000 (01:04 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 11 Feb 2012 06:04:24 +0000 (01:04 -0500)
commit2f3d695a61127ba563b945e7e081148f954a986e
tree5f0844f9e7aea8dabbfd682609a7cb51a1ba53a8
parent337547d1c997a11266c967e27ac7bc6c611b6372
gc: fix bug introduced earlier

Apparently l and $1 were the same register on Linux.
On the other systems, the compiler caught it.

R=ken2
CC=golang-dev
https://golang.org/cl/5654061
src/cmd/gc/go.y
src/cmd/gc/y.tab.c