Fix compile errors in set_mips_isa_type

This commit is contained in:
John Metzler 1998-06-18 22:47:43 +00:00
parent 8b023c48d5
commit 7648738c81
1 changed files with 3 additions and 2 deletions

View File

@ -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 */