From: Michael Meissner Date: Thu, 8 May 1997 16:32:06 +0000 (+0000) Subject: Change output format slightly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30a05dbd8d69554f8954a56892fdf47570bcb0a1;p=binutils-gdb.git Change output format slightly --- 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;