diff options
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r-- | opcodes/mips-dis.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index fc67aa4..3d737f6 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -360,6 +360,10 @@ mips_isa_type (mach, isa, cputype) *cputype = CPU_R10000; *isa = ISA_MIPS4; break; + case bfd_mach_mips12000: + *cputype = CPU_R12000; + *isa = ISA_MIPS4; + break; case bfd_mach_mips16: *cputype = CPU_MIPS16; *isa = ISA_MIPS3; |