go.arm64
go.arm64 copied to clipboard
liblink: ANOP generates real nop instruction?
I think on all the other architectures, ANOP is just a placeholder, and to generate a real nop instruction, one must explicit write it out (e.g. XCHGL AX, AX on amd64)