]> Cypherpunks repositories - gostls13.git/commit
runtime: simplify openbsd check in usesLibcall and mStackIsSystemAllocated
authorTobias Klauser <tklauser@distanz.ch>
Thu, 4 Sep 2025 15:13:37 +0000 (17:13 +0200)
committerGopher Robot <gobot@golang.org>
Fri, 5 Sep 2025 15:11:42 +0000 (08:11 -0700)
commit87e72769fa74a2ef0bd81a3fd4febe75b8fc6731
treeca0aeddec55c4c252d11305d89d2cf8ab40f062a
parentbb48272e24ca38676442afc20afb6e0b9a91048b
runtime: simplify openbsd check in usesLibcall and mStackIsSystemAllocated

The openbsd/mips64 runtime code was removed in CL 649659.

For #61546

Change-Id: I03f16c3396baddb0ee9aa751dd6f699a835e7586
Reviewed-on: https://go-review.googlesource.com/c/go/+/700976
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Joel Sing <joel@sing.id.au>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/proc.go