]> Cypherpunks repositories - gostls13.git/commit
rewrite RET, indirect CALL, indirect JMP for nacl.
authorRuss Cox <rsc@golang.org>
Mon, 21 Sep 2009 22:48:22 +0000 (15:48 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 21 Sep 2009 22:48:22 +0000 (15:48 -0700)
commiteae0906bed1c882a90b6627fc82b4ca72906e9b0
tree4efa488bc2d0766e9d369227a3c394bd944d22ae
parentbbcb91a3a71542154ffb926ef9cfcd23b74ba6f8
rewrite RET, indirect CALL, indirect JMP for nacl.
can JMP or CALL indirect through a register R
provided the preceding instruction is AND $~31, R.

R=ken
OCL=34863
CL=34867
src/cmd/8l/span.c