Labels
NeedsFix
The path to resolution is known, but the work has not been done.
You can’t perform that action at this time.
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.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, it's present in
go1.16beta1
too.What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Assembling the following code:
What did you expect to see?
Assembler should produce an error.
What did you see instead?
I'm guessing this is an unsafe use of
p.GetFrom3()
:go/src/cmd/internal/obj/x86/asm6.go
Line 4231 in 4fd9455
The text was updated successfully, but these errors were encountered: