Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When using FFI's ffi_prep_cif_var, we do not need to pass a trailing null for va_arg since the FFI logic handles setting up varargs appropriately. However not all platform stubs have been rebuilt with this new logic, so we continue to pass the null to keep working with ffi_prep_cif and va_arg layout.
- Loading branch information