]> Cypherpunks repositories - gostls13.git/commit
runtime: unify the method signature for *sigctxt.fault
authorJes Cok <xigua67damn@gmail.com>
Sat, 16 Sep 2023 00:07:59 +0000 (00:07 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 20 Sep 2023 18:20:42 +0000 (18:20 +0000)
commita72d1e5bf4eedec97dbc79bce3b5dc8a76c1b2ac
tree6ddf892b80838aebf35ba91f42b710d984c2c50d
parent6f2e1be1320940ffce998011ee2d81190cec8bca
runtime: unify the method signature for *sigctxt.fault

Currently, *sigctxt.fault of freebsd-arm64 and openbsd-arm64 return
uint64 which is different from other arches (return uintptr). Change
the method signature for consistency.

Change-Id: I81185123c1ea40e456075fd86b931aa860c38a42
GitHub-Last-Rev: 82934ecd3d2c712c2f47378e5b2c802427874d4d
GitHub-Pull-Request: golang/go#62672
Reviewed-on: https://go-review.googlesource.com/c/go/+/528817
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/runtime/signal_freebsd_arm64.go
src/runtime/signal_openbsd_arm64.go