]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: update comment that was missed in CL 6584
authorMatthew Dempsky <mdempsky@google.com>
Thu, 12 Nov 2015 03:31:42 +0000 (19:31 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 12 Nov 2015 03:38:04 +0000 (03:38 +0000)
Change-Id: Ie5f70af7e673bb2c691a45c28db2c017e6cddd4f
Reviewed-on: https://go-review.googlesource.com/16833
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/sys_openbsd_amd64.s

index 213ffc1937718a12234a5a769e3af93cc69aaa36..381354ea09be03953624fc482a9dbbd3a822adc0 100644 (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