Fix last fixes #3
This commit is contained in:
parent
653b59c8a6
commit
42b5ed2dfc
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user