Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: ensure that asmsyscall6 follow AIX stack convention
The function asmsyscall6 must follow AIX stack layout. It means that its first local variable must be stored after its arguments area, ie after offset 112. Fixes golang#50185 Change-Id: I897731ddd2a9faad8218443a4c2f4b204ad7e173 Reviewed-on: https://go-review.googlesource.com/c/go/+/373074 Trust: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
- Loading branch information