From: Toni Wilen Date: Tue, 12 Jun 2018 17:35:10 +0000 (+0300) Subject: f debugger command fix. X-Git-Tag: 4000~22 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=41f0d1fe1fedea0c401daeccb85df2c2819257bb;p=francis%2Fwinuae.git f debugger command fix. --- diff --git a/debug.cpp b/debug.cpp index 3274ad79..f2e4af41 100644 --- a/debug.cpp +++ b/debug.cpp @@ -4562,6 +4562,7 @@ int instruction_breakpoint (TCHAR **c) trace_param1 = readhex (c); if (more_params (c)) { trace_param2 = readhex (c); + return 1; } else { for (i = 0; i < BREAKPOINT_TOTAL; i++) { bpn = &bpnodes[i];