aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_aix_ppc64.s
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2023-04-19 14:58:47 -0400
committerAustin Clements <austin@google.com>2023-04-20 16:05:23 +0000
commitef8e3b7fa44b5714f534449dc8412c352bf1b2be (patch)
treeba9c4531a6c9ecc287598ab7fd8215fae44998d7 /src/runtime/sys_aix_ppc64.s
parent921699fe5f67a2e5246badc8f626cc70a615ad1c (diff)
downloadgo-ef8e3b7fa44b5714f534449dc8412c352bf1b2be.tar.xz
runtime: tidy _Stack* constant naming
For #59670. Change-Id: I4476d6f92663e8a825d063d6e6a7fc9a2ac99d4d Reviewed-on: https://go-review.googlesource.com/c/go/+/486381 Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'src/runtime/sys_aix_ppc64.s')
-rw-r--r--src/runtime/sys_aix_ppc64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_aix_ppc64.s b/src/runtime/sys_aix_ppc64.s
index ab18c5eb00..66081977b1 100644
--- a/src/runtime/sys_aix_ppc64.s
+++ b/src/runtime/sys_aix_ppc64.s
@@ -210,7 +210,7 @@ TEXT tstart<>(SB),NOSPLIT,$0
MOVD R3, (g_stack+stack_hi)(g)
SUB $(const_threadStackSize), R3 // stack size
MOVD R3, (g_stack+stack_lo)(g)
- ADD $const__StackGuard, R3
+ ADD $const_stackGuard, R3
MOVD R3, g_stackguard0(g)
MOVD R3, g_stackguard1(g)