re-add attribute

This commit is contained in:
Bill Sideris 2023-02-15 22:00:52 +02:00
parent fa302b2e29
commit cf6afe250c
No known key found for this signature in database
GPG Key ID: 1BEF1BCEBA58EA33
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -759,7 +759,7 @@ STATIC bool run_code_py(safe_mode_t safe_mode, bool *simulate_reset) {
vstr_t *boot_output; 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) { if (safe_mode == NO_HEAP) {
return; return;
} }