4ad/go.arm64

liblink: ANOP generates real nop instruction?

minux opened this issue · 0 comments

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)