Add support for Xilinx MicroBlaze processor.
[deliverable/binutils-gdb.git] / gas / config / tc-tic4x.c
index 478a04e675c808cd0b3bc090a03019c6435c1bbc..e77661b8b4ca1984d28bce61f5f06fc82cd8e9c1 100644 (file)
@@ -1285,8 +1285,8 @@ tic4x_inst_add (const tic4x_inst_t *insts)
   d = name;
 
   /* We do not care about INSNs that is not a part of our
-     oplevel setting */
-  if (!insts->oplevel & tic4x_oplevel)
+     oplevel setting */
+  if ((insts->oplevel & tic4x_oplevel) == 0)
     return ok;
 
   while (1)
This page took 0.032169 seconds and 4 git commands to generate.