]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Always clear extra parameters.
authorToni Wilen <twilen@winuae.net>
Fri, 16 Aug 2019 19:27:28 +0000 (22:27 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 16 Aug 2019 19:27:28 +0000 (22:27 +0300)
debug.cpp

index 338220623dab743c2ef0adf195dc359ddcf3f36b..dc63871ca9efefd1ffe1af7a4fd79116eaba1a58 100644 (file)
--- a/debug.cpp
+++ b/debug.cpp
@@ -5632,6 +5632,7 @@ static bool debug_line (TCHAR *input)
                case 't':
                        no_trace_exceptions = 0;
                        debug_cycles();
+                       trace_param1 = trace_param2 = 0;
                        if (*inptr == 't') {
                                no_trace_exceptions = 1;
                                inptr++;