Bump SIZE_DECIMAL to 13
authorMichael Meissner <gnu@the-meissners.org>
Thu, 8 May 1997 15:58:23 +0000 (15:58 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 8 May 1997 15:58:23 +0000 (15:58 +0000)
sim/tic80/ChangeLog
sim/tic80/misc.c

index 02730c344930f76621ea38de77578e4ee854d76f..4a567d513ebbc29982ded678ffa41b5f9849d8e2 100644 (file)
@@ -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.
index efadbae03de74e19fff3f61f0b6069d4d3934e70..e5b1999d712ea06a1729facec98330c657a2ee05 100644 (file)
@@ -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
This page took 0.026699 seconds and 4 git commands to generate.