]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.24] runtime: fix 9-arg syscall on darwin/amd64
authorKeith Randall <khr@golang.org>
Mon, 14 Apr 2025 16:52:31 +0000 (09:52 -0700)
committerCarlos Amedee <carlos@golang.org>
Mon, 28 Apr 2025 17:28:37 +0000 (10:28 -0700)
commit43130aff52cdea05559feb9aa236efc8bbeb2677
tree92ecd9d9188d9d38f3fca44b6d007867bb841870
parentb2c005e7b20e01acc2da14e739407b6b231d63ee
[release-branch.go1.24] runtime: fix 9-arg syscall on darwin/amd64

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

Fixes #73379

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>
(cherry picked from commit 9d7de0483861b3f882f79797939566fe8f6f9e24)
Reviewed-on: https://go-review.googlesource.com/c/go/+/665995
src/runtime/sys_darwin_amd64.s