[coreboot] [commit] r4938 - trunk/util/romcc

svn at coreboot.org svn at coreboot.org
Thu Nov 12 17:20:05 CET 2009


Author: myles
Date: 2009-11-12 17:20:04 +0100 (Thu, 12 Nov 2009)
New Revision: 4938

Modified:
   trunk/util/romcc/romcc.c
Log:
Trivial debug print format string fix for romcc.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>


Modified: trunk/util/romcc/romcc.c
===================================================================
--- trunk/util/romcc/romcc.c	2009-11-12 13:48:39 UTC (rev 4937)
+++ trunk/util/romcc/romcc.c	2009-11-12 16:20:04 UTC (rev 4938)
@@ -21096,7 +21096,7 @@
 			fblock = lnode->fblock;
 
 			if (state->compiler->debug & DEBUG_SCC_TRANSFORM) {
-				fprintf(state->errout, "sedge: %5d (%5d -> %5d)\n",
+				fprintf(state->errout, "sedge: %5ld (%5d -> %5d)\n",
 					sedge - scc.ssa_edges,
 					sedge->src->def->id,
 					sedge->dst->def->id);





More information about the coreboot mailing list