aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm.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/asm_arm.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/asm_arm.s')
-rw-r--r--src/runtime/asm_arm.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/asm_arm.s b/src/runtime/asm_arm.s
index 569165ed19..01621245dc 100644
--- a/src/runtime/asm_arm.s
+++ b/src/runtime/asm_arm.s
@@ -151,7 +151,7 @@ TEXT runtime·rt0_go(SB),NOSPLIT|NOFRAME|TOPFRAME,$0
// update stackguard after _cgo_init
MOVW (g_stack+stack_lo)(g), R0
- ADD $const__StackGuard, R0
+ ADD $const_stackGuard, R0
MOVW R0, g_stackguard0(g)
MOVW R0, g_stackguard1(g)