Commit 52fc796
authored
Add missing GC_POP() in emit_cfunction (#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.
#538111 parent 09400e4 commit 52fc796
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7379 | 7379 | | |
7380 | 7380 | | |
7381 | 7381 | | |
| 7382 | + | |
7382 | 7383 | | |
7383 | 7384 | | |
7384 | 7385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
0 commit comments