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 <[email protected]> Acked-by: Myles Watson <[email protected]> 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); -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

