diff m68k_core.c @ 2424:767ec72acca7

Avoid conflicts between watchpoints and normal debugger entry
author Michael Pavone <pavone@retrodev.com>
date Wed, 24 Jan 2024 18:51:44 -0800
parents b733a10488c6
children
line wrap: on
line diff
--- a/m68k_core.c	Sat Jan 20 21:16:04 2024 -0800
+++ b/m68k_core.c	Wed Jan 24 18:51:44 2024 -0800
@@ -867,7 +867,6 @@
 	context->wp_hit = 1;
 	context->target_cycle = context->sync_cycle = context->current_cycle;
 	system_header *system = context->system;
-	system->enter_debugger = 1;
 	return vcontext;
 }
 
@@ -892,7 +891,6 @@
 	context->wp_hit = 1;
 	context->target_cycle = context->sync_cycle = context->current_cycle;
 	system_header *system = context->system;
-	system->enter_debugger = 1;
 	return vcontext;
 }