start register allocator again, fix typo
[libfirm] / ir / be / mips / mips_gen_decls.c
index fcc307b..a077145 100644 (file)
@@ -304,7 +304,7 @@ static void dump_string_cst(struct obstack *obst, ir_entity *ent)
       if (isprint(c))
        obstack_printf(obst, "%c", c);
       else
-       obstack_printf(obst, "%O", c);
+       obstack_printf(obst, "\\%o", c);
       break;
     }
   }