golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.12k stars 17.45k forks source link

syscall: Syscall9 for darwin/{arm,arm64} actually grubs up to 7 arguments #10073

Open mikioh opened 9 years ago

mikioh commented 9 years ago

But a few system calls require 8 or 9 arguments.

// Actually Syscall7.
TEXT    ·Syscall9(SB),NOSPLIT,$0-52
gopherbot commented 9 years ago

CL https://golang.org/cl/6731 mentions this issue.

minux commented 9 years ago

We don't know a syscall that requires more than 7 arguments on iOS, so this issue likely doesn't matter, at least for now.