Browse Source
On arm64 macOS, variadic arguments have special calling convention rules. Therefore, we must specify the required argument types for ctypes to pass the arguments correctly. Apple documentation: https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Update-Code-that-Passes-Arguments-to-Variadic-Functions Fix issue #8046pull/8056/head
committed by
GitHub
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue