]> Cypherpunks repositories - gostls13.git/commit
runtime: fix sigfwd for aix/ppc64
authorClément Chigot <clement.chigot@atos.net>
Thu, 21 Feb 2019 09:46:47 +0000 (10:46 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 19 Mar 2019 14:16:48 +0000 (14:16 +0000)
commitbf103723f829b206bd24e4cf3c4306c4232b6fc7
treec0adeced236f392bcc4d91630eba6c0fb8601371
parent451a2eb0abf38874fb144963a44356495141465d
runtime: fix sigfwd for aix/ppc64

This commit fixes runtime.sigfwd for aix/ppc64. fn is a function
descriptor and not a function. R2 must be saved and restored.

Change-Id: Ie506b0bdde562ca37202d19973ba1d537c3d64e2
Reviewed-on: https://go-review.googlesource.com/c/go/+/164015
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/sys_aix_ppc64.s