]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
f <start> <end> debugger command fix.
authorToni Wilen <twilen@winuae.net>
Tue, 12 Jun 2018 17:35:10 +0000 (20:35 +0300)
committerToni Wilen <twilen@winuae.net>
Tue, 12 Jun 2018 17:35:10 +0000 (20:35 +0300)
debug.cpp

index 3274ad79a2e535649026eb789cd8fe5c5a160e1b..f2e4af41cadc11ea4a52bbb00628b1895a190a8f 100644 (file)
--- 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];