Forgot to commit ChangeLog entry for CRIS gas tests. Oops.
[deliverable/binutils-gdb.git] / opcodes / mcore-dis.c
index 7ebfd37a5692bfdd5e47d66bbf5a34eccf326526..6df124f958d1c1411d6a7c102e57a253c7e90da7 100644 (file)
@@ -169,7 +169,7 @@ print_insn_mcore (memaddr, info)
            
            if (strcmp (op->name, "bsr") == 0)
              {
-               /* for bsr, we'll try to get a symbol for the target */
+               /* For bsr, we'll try to get a symbol for the target.  */
                val = memaddr + 2 + (val << 1);
                
                if (info->print_address_func && val != 0)
@@ -268,12 +268,12 @@ print_insn_mcore (memaddr, info)
          break;
          
        default:
-         /* if the disassembler lags the instruction set */
+         /* If the disassembler lags the instruction set.  */
          fprintf (stream, "\tundecoded operands, inst is 0x%04x", inst);
          break;
        }
     }
   
-  /* Say how many bytes we consumed? */
+  /* Say how many bytes we consumed */
   return 2;
 }
This page took 0.023153 seconds and 4 git commands to generate.