summaryrefslogtreecommitdiff
path: root/include/opcode/mips.h
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2001-10-18 22:41:35 +0000
committerChris Demetriou <cgd@google.com>2001-10-18 22:41:35 +0000
commit13e1f81690e07ca27f6233cabbdc9ef3cb1b965f (patch)
tree8774d90ae09208cccb62cbd1863eb87e403f2954 /include/opcode/mips.h
parent8e4681f6dee422aa19257a84e7739323e97a49b1 (diff)
downloadgdb-13e1f81690e07ca27f6233cabbdc9ef3cb1b965f.tar.gz
2001-10-18 Chris Demetriou <cgd@broadcom.com>
* mips.h (OPCODE_IS_MEMBER): Add a no-op term to the end of the expression, to make source code merging easier.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r--include/opcode/mips.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index 8c24c85f917..3bae24d0668 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -381,7 +381,8 @@ struct mips_opcode
|| (cpu == CPU_R3900 && ((insn)->membership & INSN_3900) != 0) \
|| ((cpu == CPU_R10000 || cpu == CPU_R12000) \
&& ((insn)->membership & INSN_10000) != 0) \
- || (cpu == CPU_SB1 && ((insn)->membership & INSN_SB1) != 0))
+ || (cpu == CPU_SB1 && ((insn)->membership & INSN_SB1) != 0) \
+ || 0) /* Please keep this term for easier source merging. */
/* This is a list of macro expanded instructions.