 Star BrilliantandGitHub
|
bd637e2462
|
Specify required argument types for FFI functions
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 #8046
|
2022-05-18 06:32:03 -04:00 |
|