From 30a05dbd8d69554f8954a56892fdf47570bcb0a1 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 8 May 1997 16:32:06 +0000 Subject: [PATCH] Change output format slightly --- sim/tic80/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/tic80/misc.c b/sim/tic80/misc.c index 9ee004017d5..9359fe2679d 100644 --- a/sim/tic80/misc.c +++ b/sim/tic80/misc.c @@ -168,7 +168,7 @@ tic80_trace_alu2 (int indx, sprintf (tic80_trace_buffer, "%-*s 0x%.*lx/%*ld %*s => 0x%.*lx/%*ld", tic80_size_name, itable[indx].name, SIZE_HEX, input, SIZE_DECIMAL, (long)(signed32)input, - SIZE_HEX + SIZE_DECIMAL + 1, "", + SIZE_HEX + SIZE_DECIMAL + 2, "", SIZE_HEX, result, SIZE_DECIMAL, (long)(signed32)result); return tic80_trace_buffer; -- 2.30.2