# HG changeset patch # User Michael Pavone # Date 1697696811 25200 # Node ID 8f3cfb77f1e3ccecca9bd6a959013a5392e68b5a # Parent f8b5142c06aa47d77b7bc2bfcbbbf2749d21d5d7 Bump up 68K stack storage as old value was insufficient in some cases diff -r f8b5142c06aa -r 8f3cfb77f1e3 m68k_core.h --- a/m68k_core.h Mon Oct 16 23:30:04 2023 -0700 +++ b/m68k_core.h Wed Oct 18 23:26:51 2023 -0700 @@ -99,7 +99,7 @@ m68k_options *options; void *system; void *host_sp_entry; - void *stack_storage[10]; + void *stack_storage[12]; m68k_breakpoint *breakpoints; uint32_t num_breakpoints; uint32_t bp_storage;