mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
internal/buildcfg: make regabi enable regabiargs
For #40724. Change-Id: I6e9d7eb91883857479699972a974a39ce3d9d2cc Reviewed-on: https://go-review.googlesource.com/c/go/+/310849 Trust: Austin Clements <austin@google.com> Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
parent
067bad2eef
commit
43466399cb
1 changed files with 1 additions and 2 deletions
|
@ -62,8 +62,7 @@ func parseExperiments() goexperiment.Flags {
|
|||
flags.RegabiG = v
|
||||
flags.RegabiReflect = v
|
||||
flags.RegabiDefer = v
|
||||
// Not ready yet:
|
||||
//flags.RegabiArgs = v
|
||||
flags.RegabiArgs = v
|
||||
}
|
||||
|
||||
// Parse names.
|
||||
|
|
Loading…
Reference in a new issue