empty RUN_BACKGROUND_TASKS for unix port

This commit is contained in:
foamyguy 2023-03-14 18:26:23 -05:00
parent d30b89d8d1
commit f2931dec7a

View File

@ -194,6 +194,8 @@
extern const struct _mp_print_t mp_stderr_print;
#define RUN_BACKGROUND_TASKS
#if !(defined(MICROPY_GCREGS_SETJMP) || defined(__x86_64__) || defined(__i386__) || defined(__thumb2__) || defined(__thumb__) || defined(__arm__))
// Fall back to setjmp() implementation for discovery of GC pointers in registers.
#define MICROPY_GCREGS_SETJMP (1)