Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't clobber rax in x86_64 trampoline (JuliaLang#38882)
rax is used to pass vararg metadata. r11 can be used for dynamic linker shenanigans between functions. Messing with rax here can cause `jl_` to print nonsense.
- Loading branch information