mirror of https://github.com/golang/go.git
liblink: fix encoding of ASETPC in 6a, 8a
It was incorrectly encoded as ASETLS. LGTM=ruiu, rsc R=rsc, ruiu CC=golang-codereviews https://golang.org/cl/126400043
This commit is contained in:
parent
1806a5732b
commit
a6feaf3aff
|
|
@ -1302,7 +1302,7 @@ static Optab optab[] =
|
|||
{ ASETNE, yscond, Pm, {0x95,(00)} },
|
||||
{ ASETOC, yscond, Pm, {0x91,(00)} },
|
||||
{ ASETOS, yscond, Pm, {0x90,(00)} },
|
||||
{ ASETPC, yscond, Pm, {0x96,(00)} },
|
||||
{ ASETPC, yscond, Pm, {0x9b,(00)} },
|
||||
{ ASETPL, yscond, Pm, {0x99,(00)} },
|
||||
{ ASETPS, yscond, Pm, {0x9a,(00)} },
|
||||
{ ASHLB, yshb, Pb, {0xd0,(04),0xc0,(04),0xd2,(04)} },
|
||||
|
|
|
|||
|
|
@ -813,7 +813,7 @@ static Optab optab[] =
|
|||
{ ASETNE, yscond, Pm, {0x95,(00)} },
|
||||
{ ASETOC, yscond, Pm, {0x91,(00)} },
|
||||
{ ASETOS, yscond, Pm, {0x90,(00)} },
|
||||
{ ASETPC, yscond, Pm, {0x96,(00)} },
|
||||
{ ASETPC, yscond, Pm, {0x9b,(00)} },
|
||||
{ ASETPL, yscond, Pm, {0x99,(00)} },
|
||||
{ ASETPS, yscond, Pm, {0x9a,(00)} },
|
||||
{ ACDQ, ynone, Px, {0x99} },
|
||||
|
|
|
|||
Loading…
Reference in New Issue