diff options
| author | Austin Clements <austin@google.com> | 2023-04-19 14:58:47 -0400 |
|---|---|---|
| committer | Austin Clements <austin@google.com> | 2023-04-20 16:05:23 +0000 |
| commit | ef8e3b7fa44b5714f534449dc8412c352bf1b2be (patch) | |
| tree | ba9c4531a6c9ecc287598ab7fd8215fae44998d7 /src/runtime/sys_aix_ppc64.s | |
| parent | 921699fe5f67a2e5246badc8f626cc70a615ad1c (diff) | |
| download | go-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.s | 2 |
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) |
