Remove extraneous whitespace

This commit is contained in:
Nick Clifton 2001-02-10 22:26:55 +00:00
parent cde0c2fbca
commit da2da20f20
2 changed files with 18 additions and 12 deletions

View File

@ -1,3 +1,8 @@
2001-02-10 Nick Clifton <nickc@redhat.com>
* mips.h: Remove extraneous whitespace. Formating change to allow
for future contribution.
2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
* s390.h: New file.

View File

@ -373,7 +373,8 @@ struct mips_opcode
#define OPCODE_IS_MEMBER(insn, isa, cpu, gp32) \
((((insn)->membership & isa) != 0 \
&& ((insn)->membership & INSN_GP32 ? gp32 : 1)) \
&& ((insn)->membership & INSN_GP32 ? gp32 : 1) \
) \
|| (cpu == CPU_R4650 && ((insn)->membership & INSN_4650) != 0) \
|| (cpu == CPU_R4010 && ((insn)->membership & INSN_4010) != 0) \
|| ((cpu == CPU_VR4100 || cpu == CPU_R4111) \