mirror of
https://github.com/golang/go
synced 2024-11-12 01:50:22 -07:00
5a: fix same arm bug
R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/5689073
This commit is contained in:
parent
a5bc16d619
commit
123130f789
@ -217,7 +217,7 @@ inst:
|
||||
*/
|
||||
| LTYPEB name ',' imm
|
||||
{
|
||||
outcode($1, Always, &$2, NREG, &$4);
|
||||
outcode($1, Always, &$2, 0, &$4);
|
||||
}
|
||||
| LTYPEB name ',' con ',' imm
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user