Commit 123130f7 authored by Russ Cox's avatar Russ Cox

5a: fix same arm bug

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/5689073
parent a5bc16d6
......@@ -217,7 +217,7 @@ inst:
*/
| LTYPEB name ',' imm
{
outcode($1, Always, &$2, NREG, &$4);
outcode($1, Always, &$2, 0, &$4);
}
| LTYPEB name ',' con ',' imm
{
......
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