renamed ppc isa option into ppc32
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 3 Apr 2006 11:08:37 +0000 (11:08 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 3 Apr 2006 11:08:37 +0000 (11:08 +0000)
ir/be/bemain.c

index e2962e0..ed26f3f 100644 (file)
@@ -109,7 +109,7 @@ static const lc_opt_enum_const_ptr_items_t isa_items[] = {
        { "firm",    &firm_isa },
        { "ia32",    &ia32_isa_if },
        { "arm",     &arm_isa_if },
-       { "ppc",     &ppc32_isa_if },
+       { "ppc32",   &ppc32_isa_if },
        { "mips",    &mips_isa_if },
        { NULL,      NULL }
 };