summaryrefslogtreecommitdiff
path: root/src/runtime/asm_amd64p32.s
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-09-09 14:02:37 -0400
committerRuss Cox <rsc@golang.org>2014-09-09 14:02:37 -0400
commit0e7ed78fe8ff14694a05c5ab48e6b62bdb51d78a (patch)
tree239952d23a5300179350480d85ff9498e601952d /src/runtime/asm_amd64p32.s
parent4e27aa2b55ebfcd5e5e835a7ee407cb0e8afd9ec (diff)
downloadgo-0e7ed78fe8ff14694a05c5ab48e6b62bdb51d78a.tar.gz
runtime: fix build failures after CL 137410043
No promise about correctness, but they do build. TBR=khr CC=golang-codereviews https://codereview.appspot.com/143720043
Diffstat (limited to 'src/runtime/asm_amd64p32.s')
-rw-r--r--src/runtime/asm_amd64p32.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/asm_amd64p32.s b/src/runtime/asm_amd64p32.s
index 046eb1cd6..5d82d84aa 100644
--- a/src/runtime/asm_amd64p32.s
+++ b/src/runtime/asm_amd64p32.s
@@ -590,7 +590,7 @@ TEXT runtimeĀ·setg(SB), NOSPLIT, $0-4
MOVL 0, AX
RET
-// check that SP is in range [g->stackbase, g->stackguard)
+// check that SP is in range [g->stack.lo, g->stack.hi)
TEXT runtimeĀ·stackcheck(SB), NOSPLIT, $0-0
get_tls(CX)
MOVL g(CX), AX