Fix MIPS disassembler so that it produces reassemblable code.

This commit is contained in:
Nick Clifton
2001-05-15 12:11:12 +00:00
parent c7ded13728
commit 92f998d4e0
2 changed files with 5 additions and 0 deletions

View File

@ -307,6 +307,7 @@ struct mips_opcode
ORs of these bits, indicatingthat they support the instructions
defined at the given level. */
#define INSN_ISA_MASK 0x0000ffff
#define INSN_ISA1 0x00000010
#define INSN_ISA2 0x00000020
#define INSN_ISA3 0x00000040