changeset 2351:8f3cfb77f1e3

Bump up 68K stack storage as old value was insufficient in some cases
author Michael Pavone <pavone@retrodev.com>
date Wed, 18 Oct 2023 23:26:51 -0700
parents f8b5142c06aa
children 76dfad6a53b5
files m68k_core.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;