mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc: use "high address/low address" instead of "top/bottom"
The current document uses the "top" and "bottom" when talking about the address within a frame, which may easily lead to misunderstandings. This patch directly uses "high address" and "low address" to make the expression clearer. Change-Id: I7469330bbdc158672d7f0314fe6680ebdd9ab79a Reviewed-on: https://go-review.googlesource.com/c/go/+/339369 Trust: fannie zhang <Fannie.Zhang@arm.com> Reviewed-by: Austin Clements <austin@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
parent
f1dce319ff
commit
1f9c9d8530
3 changed files with 8 additions and 8 deletions
|
|
@ -49,8 +49,8 @@ const (
|
|||
// Function can call reflect.Type.Method or reflect.Type.MethodByName.
|
||||
REFLECTMETHOD = 1024
|
||||
|
||||
// Function is the top of the call stack. Call stack unwinders should stop
|
||||
// at this function.
|
||||
// Function is the outermost frame of the call stack. Call stack unwinders
|
||||
// should stop at this function.
|
||||
TOPFRAME = 2048
|
||||
|
||||
// Function is an ABI wrapper.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue