Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix armv7l trampoline (JuliaLang#40176)
We copy-pasted the wrong macro here, should have used `CNAMEADDR()` not `CNAME()`. This causes segfaults on armv7l processors by trying to read from an incorrect address when loading the trampoline target address value.
- Loading branch information