Skip to content

Commit f2931de

Browse files
committed
empty RUN_BACKGROUND_TASKS for unix port
1 parent d30b89d commit f2931de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ports/unix/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@
194194

195195
extern const struct _mp_print_t mp_stderr_print;
196196

197+
#define RUN_BACKGROUND_TASKS
198+
197199
#if !(defined(MICROPY_GCREGS_SETJMP) || defined(__x86_64__) || defined(__i386__) || defined(__thumb2__) || defined(__thumb__) || defined(__arm__))
198200
// Fall back to setjmp() implementation for discovery of GC pointers in registers.
199201
#define MICROPY_GCREGS_SETJMP (1)

0 commit comments

Comments
 (0)