diff options
Diffstat (limited to 'vendor/modernc.org/libc/tls_linux_amd64.s')
| -rw-r--r-- | vendor/modernc.org/libc/tls_linux_amd64.s | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vendor/modernc.org/libc/tls_linux_amd64.s b/vendor/modernc.org/libc/tls_linux_amd64.s index 490eafaba..9d55f5f04 100644 --- a/vendor/modernc.org/libc/tls_linux_amd64.s +++ b/vendor/modernc.org/libc/tls_linux_amd64.s @@ -1,8 +1,9 @@ -// Code generated for linux/amd64 by 'genasm []', DO NOT EDIT. - +#include "funcdata.h" #include "textflag.h" TEXT ·TLSAlloc(SB),$24-24 + GO_ARGS + NO_LOCAL_POINTERS MOVQ p0+0(FP), AX MOVQ AX, 0(SP) MOVQ p1+8(FP), AX @@ -13,6 +14,8 @@ TEXT ·TLSAlloc(SB),$24-24 RET TEXT ·TLSFree(SB),$16-16 + GO_ARGS + NO_LOCAL_POINTERS MOVQ p0+0(FP), AX MOVQ AX, 0(SP) MOVQ p1+8(FP), AX |
