Regenerate.
[deliverable/binutils-gdb.git] / opcodes / m32r-dis.c
index e381c919d75d54d82059fbade5ab9cf4230d6afc..7590a200b86c917d8ceed0439f0360a8da19eef4 100644 (file)
@@ -65,7 +65,7 @@ static int read_insn
   do                                                           \
     {                                                          \
       if (CGEN_BOOL_ATTR ((attrs), CGEN_OPERAND_HASH_PREFIX))  \
-        (*info->fprintf_func) (info->stream, "#");             \
+       (*info->fprintf_func) (info->stream, "#");              \
     }                                                          \
   while (0)
 
@@ -102,7 +102,7 @@ my_print_insn (CGEN_CPU_DESC cd,
   /* Read the base part of the insn.  */
 
   status = (*info->read_memory_func) (pc - ((!big_p && (pc & 3) != 0) ? 2 : 0),
-                                      buf, buflen, info);
+                                     buf, buflen, info);
   if (status != 0)
     {
       (*info->memory_error_func) (status, pc, info);
This page took 0.024864 seconds and 4 git commands to generate.