Fix copyright comments and file comments.
[deliverable/binutils-gdb.git] / gdb / v850-tdep.c
index c6e605b423c0b7b47aada6906a81e921724bbc3a..5f71b5e19d61fea3a648571c07f3ef182089073d 100644 (file)
@@ -869,11 +869,12 @@ v850_target_architecture_hook (ap)
       if (v850_processor_type_table[i].mach == ap->mach)
        {
          v850_register_names = v850_processor_type_table[i].regnames;
+         tm_print_insn_info.mach = ap->mach;
          return 1;
        }
     }
 
-  fatal ("Architecture `%s' unreconized", ap->printable_name);
+  internal_error ("Architecture `%s' unreconized", ap->printable_name);
 }
 
 void
This page took 0.02721 seconds and 4 git commands to generate.