]> Cypherpunks repositories - gostls13.git/commit
runtime: no need to convert 'c.fault()' to uintptr in sighandler
authorJes Cok <xigua67damn@gmail.com>
Wed, 20 Sep 2023 23:37:59 +0000 (23:37 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 21 Sep 2023 16:15:02 +0000 (16:15 +0000)
commit7117819fdc1f9c365e4ec02d7e2f17eccf081a4d
tree2b950a7f321fe3aca22980b079b77c203594ab64
parentb6ae112ff1bb7ace761ed8dfee95626069280f07
runtime: no need to convert 'c.fault()' to uintptr in sighandler

After CL 528817, *sigctxt.fault of all arches return uintptr, so
there is no need to convert 'c.fault()' to uintptr anymore.

Change-Id: I062283b578adaaee69d8f439b109a573eeb15110
GitHub-Last-Rev: 3ce3a75a66557d1a8ff089fd532ac694bfa0104f
GitHub-Pull-Request: golang/go#63133
Reviewed-on: https://go-review.googlesource.com/c/go/+/529995
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/signal_unix.go