Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression on gen_import_call_trampoline_arm64()
`Fix clippy lints #2942` changed the `gen_import_call_trampoline_arm64()` code because clippy emitted a lint about the loop logic. However, the fix was wrong and was causing incorrect binary generation on arm64. More precisely, this was caught by test serialize::test_deserialize::singlepass::* on macos M1 (arm64)
- Loading branch information