From: Toni Wilen Date: Fri, 16 Aug 2019 19:27:28 +0000 (+0300) Subject: Always clear extra parameters. X-Git-Tag: 4300~148 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=834a3186046f9fc2aee2b00fd011c88e64cbb9bd;p=francis%2Fwinuae.git Always clear extra parameters. --- diff --git a/debug.cpp b/debug.cpp index 33822062..dc63871c 100644 --- 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++;