projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3b5af
)
Change output format slightly
author
Michael Meissner
<gnu@the-meissners.org>
Thu, 8 May 1997 16:32:06 +0000
(16:32 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Thu, 8 May 1997 16:32:06 +0000
(16:32 +0000)
sim/tic80/misc.c
patch
|
blob
|
history
diff --git
a/sim/tic80/misc.c
b/sim/tic80/misc.c
index 9ee004017d59b8bfa82f4832c22c8af080bb9c75..9359fe2679da83f6e29b4109cbd277238a354ed9 100644
(file)
--- 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;