From: John Metzler Date: Thu, 18 Jun 1998 22:47:43 +0000 (+0000) Subject: Fix compile errors in set_mips_isa_type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7648738c81e02f9157398426fcf2d6c394f849f3;p=binutils-gdb.git Fix compile errors in set_mips_isa_type --- diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index b686d236b71..52efafe38b4 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -383,7 +383,9 @@ print_insn_arg (d, l, pc, info) static void set_mips_isa_type (int mach, int * isa, int *cputype) { - switch (info->mach) + int target_processor = 0 ; + int mips_isa = 0 ; + switch (mach) { /* start-sanitize-tx19 */ case bfd_mach_mips1900: @@ -479,7 +481,6 @@ void set_mips_isa_type (int mach, int * isa, int *cputype) } *isa = mips_isa ; *cputype = target_processor ; - } #endif /* symbol table available */