From 41f0d1fe1fedea0c401daeccb85df2c2819257bb Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 12 Jun 2018 20:35:10 +0300 Subject: [PATCH] f debugger command fix. --- debug.cpp | 1 + 1 file changed, 1 insertion(+) 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]; -- 2.47.3