You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go version devel +05e6d28849 Mon Nov 2 16:14:49 2020 +0000 linux/amd64
Does this issue reproduce with the latest release?
Yes, fails with 1.15.3
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
What did you do?
Testing assembler changes. The rlwnm instruction was encoded with incorrect opcode, and in newer versions (as noted in hash above) RB is encoded wrong too.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, fails with 1.15.3
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Testing assembler changes. The rlwnm instruction was encoded with incorrect opcode, and in newer versions (as noted in hash above) RB is encoded wrong too.
Adding the following tests to ppc64enc.s:
What did you expect to see?
No errors
What did you see instead?
The text was updated successfully, but these errors were encountered: