Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing GC_POP() in emit_cfunction (JuliaLang#53809)
~~Apparently somewhere in codegen inside `emit_codeinst`some piece of code is relying on the implicit try catch gcstack restoring. I haven't got the analyzer working on that file yet (it has hundreds of issues and it doesn't like C++ code that much + the file is tens of thousands of lines after includes so it struggles).~~ This fixes the compileall segfault in apple-aarch64 ci. JuliaLang#53811
- Loading branch information