| commit | a15345edabef8f40ae46e4e8117bd830ec0fb059 | [log] [tgz] |
|---|---|---|
| author | Keith Randall <khr@golang.org> | Mon Apr 14 09:52:31 2025 -0700 |
| committer | Keith Randall <khr@golang.org> | Mon Apr 14 12:42:00 2025 -0700 |
| tree | a1f5cc993d850444d527d6276faa182216ccd510 | |
| parent | adf21a9b56f3498385152d701ddd0e8679fe57ed [diff] |
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
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attribution license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.