1
0
mirror of https://github.com/golang/go synced 2024-09-30 06:34:29 -06: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:
Matthew Dempsky 2015-11-11 19:31:42 -08:00
parent c17c42e8a5
commit a9bebd91c9

View File

@ -306,7 +306,7 @@ TEXT runtime·sigaltstack(SB),NOSPLIT,$-8
// set tls base to DI
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
MOVQ $329, AX // sys___settcb
SYSCALL