aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/mips.h
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2001-11-05 03:07:26 +0000
committerChris Demetriou <cgd@google.com>2001-11-05 03:07:26 +0000
commit5d84d93fd8db25dcbd102473085b47d328ea498f (patch)
treea708b98f6baafa05f4cc6ddbd30801e5cf621898 /include/opcode/mips.h
parent4e55c4b6b409cc6f27050c6891772425c6c77143 (diff)
downloadgdb-5d84d93fd8db25dcbd102473085b47d328ea498f.zip
gdb-5d84d93fd8db25dcbd102473085b47d328ea498f.tar.gz
gdb-5d84d93fd8db25dcbd102473085b47d328ea498f.tar.bz2
2001-11-04 Chris Demetriou <cgd@broadcom.com>
* mips.h (OPCODE_IS_MEMBER): Remove extra space.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r--include/opcode/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index 3bae24d..1469e10 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -381,7 +381,7 @@ 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.