aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorMauri de Souza Meneguzzo <mauri870@gmail.com>2023-11-05 16:48:15 +0000
committerGopher Robot <gobot@golang.org>2023-11-05 19:03:55 +0000
commit4cd201b14b6216e72ffa175747c20d1191e5eb57 (patch)
tree35bc6f01509b7e2fb9614c97d565d01090f27418 /src/testing
parentd72f4542fea6c2724a253a8322bc8aeed637021e (diff)
downloadgo-4cd201b14b6216e72ffa175747c20d1191e5eb57.tar.xz
runtime: fix badmorestackg0 never called on wasm
Previously, badmorestackg0 was never called since it was behind a g == R1 check, R1 holding g.m. This is clearly wrong, since we want to check if g == g0. Fixed by using R2 that holds the value of g0. Fixes #63953 Change-Id: I1e2a1c3be7ad9e7ae8dbf706ef6783e664a44764 GitHub-Last-Rev: b3e92cf28603ef6f6fafc9f9b724b84253a4355c GitHub-Pull-Request: golang/go#63954 Reviewed-on: https://go-review.googlesource.com/c/go/+/539840 Reviewed-by: Austin Clements <austin@google.com> Auto-Submit: Austin Clements <austin@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
Diffstat (limited to 'src/testing')
0 files changed, 0 insertions, 0 deletions