Fix last fixes #3

This commit is contained in:
Michael Meissner 1995-10-16 11:44:45 +00:00
parent 653b59c8a6
commit 42b5ed2dfc

View File

@ -758,9 +758,9 @@ md_begin ()
-many/-mcom, the comparison instructions are a harmless
special case. */
if (strcmp (retval, "exists") != 0
|| (((ppc_cpu & PPC_OPCODE_601) == 0
|| ((ppc_cpu & ~PPC_OPCODE_POWER2)
!= (PPC_OPCODE_POWER | PPC_OPCODE_PPC))
|| ((((ppc_cpu & PPC_OPCODE_601) == 0
&& ((ppc_cpu & ~PPC_OPCODE_POWER2)
== (PPC_OPCODE_POWER | PPC_OPCODE_PPC)))
|| strcmp (op->name, "mfdec") != 0)
&& (((ppc_cpu & ~PPC_OPCODE_POWER2)
!= (PPC_OPCODE_POWER | PPC_OPCODE_PPC))