empty RUN_BACKGROUND_TASKS for unix port
This commit is contained in:
parent
d30b89d8d1
commit
f2931dec7a
@ -194,6 +194,8 @@
|
|||||||
|
|
||||||
extern const struct _mp_print_t mp_stderr_print;
|
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__))
|
#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.
|
// Fall back to setjmp() implementation for discovery of GC pointers in registers.
|
||||||
#define MICROPY_GCREGS_SETJMP (1)
|
#define MICROPY_GCREGS_SETJMP (1)
|
||||||
|
Loading…
Reference in New Issue
Block a user