diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-05-08 15:58:23 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-05-08 15:58:23 +0000 |
commit | e42224cc3a81df454c9539e33dc7ad12524666cd (patch) | |
tree | ade7c74b4268de1a6f40c585ef3d30a3da5d0f93 /sim/tic80 | |
parent | ee42e25b0ceda0a98a3af31724cb378edccb26ca (diff) | |
download | gdb-e42224cc3a81df454c9539e33dc7ad12524666cd.zip gdb-e42224cc3a81df454c9539e33dc7ad12524666cd.tar.gz gdb-e42224cc3a81df454c9539e33dc7ad12524666cd.tar.bz2 |
Bump SIZE_DECIMAL to 13
Diffstat (limited to 'sim/tic80')
-rw-r--r-- | sim/tic80/ChangeLog | 4 | ||||
-rw-r--r-- | sim/tic80/misc.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index 02730c3..4a567d5 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,3 +1,7 @@ +Thu May 8 11:57:47 1997 Michael Meissner <meissner@cygnus.com> + + * misc.c (SIZE_DECIMAL): Bump to 13. + Thu May 8 14:07:16 1997 Andrew Cagney <cagney@b1.cygnus.com> * sim-calls.c (sim_do_command): Implement. diff --git a/sim/tic80/misc.c b/sim/tic80/misc.c index efadbae..e5b1999 100644 --- a/sim/tic80/misc.c +++ b/sim/tic80/misc.c @@ -119,7 +119,7 @@ static char tic80_trace_buffer[1024]; static int tic80_size_name; #define SIZE_HEX 8 -#define SIZE_DECIMAL 12 +#define SIZE_DECIMAL 13 /* Initialize tracing by calculating the maximum name size */ static void |