From: Toni Wilen Date: Tue, 7 Sep 2021 16:16:52 +0000 (+0300) Subject: Clear cycle breakpoint state after hit X-Git-Tag: 4900~73 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f6a8aeb1b001bd6a4477a0373484388f5047de6c;p=francis%2Fwinuae.git Clear cycle breakpoint state after hit --- diff --git a/debug.cpp b/debug.cpp index f0ed240e..0e93057f 100644 --- a/debug.cpp +++ b/debug.cpp @@ -4863,6 +4863,8 @@ static void breakfunc(uae_u32 v) { write_log(_T("Cycle breakpoint hit\n")); debugging = 1; + debug_vpos = -1; + debug_hpos = -1; set_special(SPCFLAG_BRK); }