]> Cypherpunks repositories - gostls13.git/commit
runtime: correct exitThread on openbsd/arm64
authorJoel Sing <joel@sing.id.au>
Sat, 27 Apr 2019 17:08:37 +0000 (03:08 +1000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 27 Apr 2019 17:15:55 +0000 (17:15 +0000)
commit17a7f21790440255db6eebf5793e54f913379576
tree18fcf19c47e9cc5183eec95abceb7c2c873aade2
parent930d6ecb69d2a26c545d4ee6e4f217022b945d35
runtime: correct exitThread on openbsd/arm64

The notdead argument to sys___threxit() is a pointer, hence requires a 64-bit
move rather than a 32-bit one.

Updates #31656

Change-Id: I52ad31ed5afaf43ccc3d934025288216e8052528
Reviewed-on: https://go-review.googlesource.com/c/go/+/174124
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/sys_openbsd_arm64.s