From 0361c6828c9b3bd1c2ae2332524e97b8f51e5963 Mon Sep 17 00:00:00 2001 From: cgd Date: Thu, 18 Oct 2001 22:41:35 +0000 Subject: [PATCH] 2001-10-18 Chris Demetriou * mips.h (OPCODE_IS_MEMBER): Add a no-op term to the end of the expression, to make source code merging easier. --- include/opcode/ChangeLog | 5 +++++ include/opcode/mips.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 8bcb7fc658..583f742c6c 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2001-10-18 Chris Demetriou + + * mips.h (OPCODE_IS_MEMBER): Add a no-op term to the end + of the expression, to make source code merging easier. + 2001-10-17 Chris Demetriou * mips.h: Sort coprocessor instruction argument characters diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 8c24c85f91..3bae24d066 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. -- 2.11.0