mirror of https://github.com/tidwall/tile38.git
8 lines
177 B
ArmAsm
8 lines
177 B
ArmAsm
|
// +build !amd64 !go1.6
|
||
|
|
||
|
// Define NOSPLIT ourselves since "textflag.h" is missing in old Go versions.
|
||
|
#define NOSPLIT 4
|
||
|
|
||
|
TEXT ·EncodeInt(SB), NOSPLIT, $0
|
||
|
JMP ·encodeInt(SB)
|