forked from wasmerio/wasmer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2948: Fix regression on gen_import_call_trampoline_arm64() r=epilys a=epilys Fix clippy lints wasmerio#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) This regression was not caught because **tests are not run on ARM64 on Github Actions CI runners**. Co-authored-by: Manos Pitsidianakis <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters