Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arm64 calling convention requires varargs to always be passed on the stack. JNA's and ffi's argument handling logic seems to handle this case correctly, but it is important that the Java definitions match their native counterparts exactly.
- Loading branch information