mirror of
https://github.com/golang/go
synced 2024-11-11 17:41:37 -07:00
cmd/internal/obj: drop NOFRAME TODO
NOFRAME is long since implemented beyond ppc64x. Change-Id: Ia02c732badc3330bf876723bb64eff390f3e6622 Reviewed-on: https://go-review.googlesource.com/c/go/+/610695 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Michael Pratt <mpratt@google.com>
This commit is contained in:
parent
c55a170083
commit
a4eba85fad
@ -43,7 +43,6 @@ const (
|
||||
|
||||
// Do not insert instructions to allocate a stack frame for this function.
|
||||
// Only valid on functions that declare a frame size of 0.
|
||||
// TODO(mwhudson): only implemented for ppc64x at present.
|
||||
NOFRAME = 512
|
||||
|
||||
// Function can call reflect.Type.Method or reflect.Type.MethodByName.
|
||||
|
Loading…
Reference in New Issue
Block a user