Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-05-15 16:11:12 +0400
committerNick Clifton <nickc@redhat.com>2001-05-15 16:11:12 +0400
commit92f998d4e03202c2a0a8590cd95c02893e39abb6 (patch)
treeb98af3fd434abbe7e60c85dc560856f70749deb9 /include/opcode/mips.h
parentc7ded13728b36e50600b58ce28c200c38fe6bd43 (diff)
Fix MIPS disassembler so that it produces reassemblable code.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r--include/opcode/mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index e01e37488..d90b0e05e 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -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