From: Chris Demetriou Date: Mon, 5 Nov 2001 03:07:26 +0000 (+0000) Subject: 2001-11-04 Chris Demetriou X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d84d93fd8db25dcbd102473085b47d328ea498f;p=binutils-gdb.git 2001-11-04 Chris Demetriou * mips.h (OPCODE_IS_MEMBER): Remove extra space. --- diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 73dd9c65bde..78beed77c51 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2001-11-04 Chris Demetriou + + * mips.h (OPCODE_IS_MEMBER): Remove extra space. + 2001-10-30 Hans-Peter Nilsson * mmix.h: New file. diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 3bae24d0668..1469e107250 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.