diff options
-rw-r--r-- | src/stacks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stacks.c b/src/stacks.c index ef6a7077..9fec2fb7 100644 --- a/src/stacks.c +++ b/src/stacks.c @@ -496,6 +496,7 @@ void thread_setup(void) { CanInterrupt = 1; + call16_override(1); if (! CONFIG_THREADS) return; ThreadControl = romfile_loadint("etc/threads", 1); |