From c8d4a05f8f5df06bd98f8ee7d5ef46e61986e6b0 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 10 Sep 2009 11:21:48 +0000 Subject: fix compilation issues for pirq checker tool (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4629 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/getpir/code_gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/getpir/code_gen.c') diff --git a/util/getpir/code_gen.c b/util/getpir/code_gen.c index 81d6b2c9f9..96f2f3dad2 100644 --- a/util/getpir/code_gen.c +++ b/util/getpir/code_gen.c @@ -50,7 +50,7 @@ void code_gen(char *filename, struct irq_routing_table *rt) fprintf(fpir, "%s", *code++); fprintf(fpir, "\t32 + 16 * %d, /* Max. number of devices on the bus */\n", - ts, ts); + ts); fprintf(fpir, "\t0x%02x, /* Interrupt router bus */\n", rt->rtr_bus); fprintf(fpir, "\t(0x%02x << 3) | 0x%01x, /* Interrupt router dev */\n", -- cgit v1.2.3