]> Cypherpunks.ru repositories - gostls13.git/commit
pagetrace: fix build when experiment is on
authorJohn Howard <howardjohn@google.com>
Tue, 19 Dec 2023 17:35:32 +0000 (09:35 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 3 Jan 2024 21:01:56 +0000 (21:01 +0000)
commit6db1102605f227093ea95538f0fe9e46022ad7ea
tree2c9db96ed6683486d972eda241f031558930f0ad
parent7d1b82dbf108d6cf80f959bb1558f365cee0ec0e
pagetrace: fix build when experiment is on

due to a recent change, this experiment does not compile at all. This
simply fixes to pass in the new required parameter.

Change-Id: Idce0e72fa436a7acf4923717913deb3a37847fe2
Reviewed-on: https://go-review.googlesource.com/c/go/+/551415
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/pagetrace_on.go
src/runtime/runtime2.go
src/runtime/trace2status.go