forked from Imagelibrary/binutils-gdb
MIPS/opcodes: Update INSN_CHIP_MASK for INSN_ALLEGREX
An update has been missed with commit df18f71b56 ("Add MIPS Allegrex
CPU as a MIPS2-based CPU") for INSN_CHIP_MASK to include INSN_ALLEGREX.
Fix it.
This commit is contained in:
@@ -1225,7 +1225,7 @@ static const unsigned int mips_isa_table[] = {
|
||||
#undef ISAF
|
||||
|
||||
/* Masks used for Chip specific instructions. */
|
||||
#define INSN_CHIP_MASK 0xc7ff4f60
|
||||
#define INSN_CHIP_MASK 0xcfff4f60
|
||||
|
||||
/* Cavium Networks Octeon instructions. */
|
||||
#define INSN_OCTEON 0x00000800
|
||||
|
||||
Reference in New Issue
Block a user