Bump SIZE_DECIMAL to 13
This commit is contained in:
parent
ee42e25b0c
commit
e42224cc3a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue