mirror of
https://github.com/golang/go
synced 2024-11-18 02:54:47 -07:00
runtime: update comment that was missed in CL 6584
Change-Id: Ie5f70af7e673bb2c691a45c28db2c017e6cddd4f Reviewed-on: https://go-review.googlesource.com/16833 Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
parent
c17c42e8a5
commit
a9bebd91c9
@ -306,7 +306,7 @@ TEXT runtime·sigaltstack(SB),NOSPLIT,$-8
|
|||||||
|
|
||||||
// set tls base to DI
|
// set tls base to DI
|
||||||
TEXT runtime·settls(SB),NOSPLIT,$0
|
TEXT runtime·settls(SB),NOSPLIT,$0
|
||||||
// adjust for ELF: wants to use -16(FS) and -8(FS) for g and m
|
// adjust for ELF: wants to use -8(FS) for g
|
||||||
ADDQ $8, DI
|
ADDQ $8, DI
|
||||||
MOVQ $329, AX // sys___settcb
|
MOVQ $329, AX // sys___settcb
|
||||||
SYSCALL
|
SYSCALL
|
||||||
|
Loading…
Reference in New Issue
Block a user