mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
internal/abi, runtime, cmd: merge funcID_* consts into internal/abi
For #59670. Change-Id: I517e97ea74cf232e5cfbb77b127fa8804f74d84b Reviewed-on: https://go-review.googlesource.com/c/go/+/485495 Reviewed-by: Michael Pratt <mpratt@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Austin Clements <austin@google.com> Run-TryBot: Austin Clements <austin@google.com>
This commit is contained in:
parent
eaecd64200
commit
9754521157
16 changed files with 124 additions and 134 deletions
|
|
@ -39,6 +39,7 @@ import (
|
|||
"cmd/internal/sys"
|
||||
"encoding/binary"
|
||||
"fmt"
|
||||
"internal/abi"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
)
|
||||
|
|
@ -476,7 +477,7 @@ type FuncInfo struct {
|
|||
Args int32
|
||||
Locals int32
|
||||
Align int32
|
||||
FuncID objabi.FuncID
|
||||
FuncID abi.FuncID
|
||||
FuncFlag objabi.FuncFlag
|
||||
StartLine int32
|
||||
Text *Prog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue