Skip to content
Snippets Groups Projects
Verified Commit 6718f078 authored by Damien George's avatar Damien George Committed by dos
Browse files

esp32/gccollect: Make level arg volatile to force recursive function.

Otherwise the compiler may inline the gc_collect_inner() function and/or
remove the recursion, which is necessary to spill all the windowed
registers to the C stack.
parent c28df70d
No related merge requests found
Pipeline #9067 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment