mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Revert "runtime: tidy _Stack* constant naming"
This reverts commit CL 486381. Submitted out of order and breaks bootstrap. Change-Id: Ia472111cb966e884a48f8ee3893b3bf4b4f4f875 Reviewed-on: https://go-review.googlesource.com/c/go/+/486915 Reviewed-by: David Chase <drchase@google.com> TryBot-Bypass: Austin Clements <austin@google.com>
This commit is contained in:
parent
ef8e3b7fa4
commit
df777cfa15
21 changed files with 62 additions and 62 deletions
|
|
@ -1307,8 +1307,8 @@ func setGsignalStack(st *stackt, old *gsignalStack) {
|
|||
stsp := uintptr(unsafe.Pointer(st.ss_sp))
|
||||
gp.m.gsignal.stack.lo = stsp
|
||||
gp.m.gsignal.stack.hi = stsp + st.ss_size
|
||||
gp.m.gsignal.stackguard0 = stsp + stackGuard
|
||||
gp.m.gsignal.stackguard1 = stsp + stackGuard
|
||||
gp.m.gsignal.stackguard0 = stsp + _StackGuard
|
||||
gp.m.gsignal.stackguard1 = stsp + _StackGuard
|
||||
}
|
||||
|
||||
// restoreGsignalStack restores the gsignal stack to the value it had
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue