summaryrefslogtreecommitdiff
path: root/opcodes/ip2k-opc.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/ip2k-opc.c')
-rw-r--r--opcodes/ip2k-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ip2k-opc.c b/opcodes/ip2k-opc.c
index e315465eca4..594e18b24d2 100644
--- a/opcodes/ip2k-opc.c
+++ b/opcodes/ip2k-opc.c
@@ -60,7 +60,7 @@ ip2k_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn)
/* No mach attribute? Assume it's supported for all machs. */
if (machs == 0)
return 1;
-
+
return (machs & cd->machs) != 0;
}