]> Cypherpunks repositories - gostls13.git/commit
runtime: fix 9-arg syscall on darwin/amd64
authorKeith Randall <khr@golang.org>
Mon, 14 Apr 2025 16:52:31 +0000 (09:52 -0700)
committerKeith Randall <khr@golang.org>
Wed, 16 Apr 2025 06:25:01 +0000 (23:25 -0700)
commit9d7de0483861b3f882f79797939566fe8f6f9e24
treeb0a36ed2ad724b33d1657ca3d195feb0578b61ad
parent2c9689ab0e7ebfbcd875ac3c54740a8295c43d42
runtime: fix 9-arg syscall on darwin/amd64

The last 3 arguments need to be passed on the stack, not registers.

Fixes #71302

Change-Id: Ib1155ad1a805957fad3d9594c93981a558755591
Reviewed-on: https://go-review.googlesource.com/c/go/+/665435
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
src/runtime/sys_darwin_amd64.s