re-add attribute
This commit is contained in:
parent
fa302b2e29
commit
cf6afe250c
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -759,7 +759,7 @@ STATIC bool run_code_py(safe_mode_t safe_mode, bool *simulate_reset) {
|
|||
|
||||
vstr_t *boot_output;
|
||||
|
||||
STATIC void run_boot_py(safe_mode_t safe_mode) {
|
||||
STATIC void __attribute__ ((noinline)) run_boot_py(safe_mode_t safe_mode) {
|
||||
if (safe_mode == NO_HEAP) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue