aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_openbsd_amd64.s
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2015-11-11 19:31:42 -0800
committerMatthew Dempsky <mdempsky@google.com>2015-11-12 03:38:04 +0000
commita9bebd91c986b3bcd96fae02e54357365b0097d2 (patch)
tree19c167a2f750b638189e0350b4c5f32d2adce471 /src/runtime/sys_openbsd_amd64.s
parentc17c42e8a5232d7e56225caf9048cfa89f6923d0 (diff)
downloadgo-a9bebd91c986b3bcd96fae02e54357365b0097d2.tar.gz
go-a9bebd91c986b3bcd96fae02e54357365b0097d2.zip
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>
Diffstat (limited to 'src/runtime/sys_openbsd_amd64.s')
-rw-r--r--src/runtime/sys_openbsd_amd64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_openbsd_amd64.s b/src/runtime/sys_openbsd_amd64.s
index 213ffc1937..381354ea09 100644
--- a/src/runtime/sys_openbsd_amd64.s
+++ b/src/runtime/sys_openbsd_amd64.s
@@ -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