5a: fix same arm bug

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/5689073
This commit is contained in:
Russ Cox 2012-02-22 17:36:25 -05:00
parent a5bc16d619
commit 123130f789

View file

@ -217,7 +217,7 @@ inst:
*/
| LTYPEB name ',' imm
{
outcode($1, Always, &$2, NREG, &$4);
outcode($1, Always, &$2, 0, &$4);
}
| LTYPEB name ',' con ',' imm
{