tc-sparc.c: get rid of wierd usage of strchr ()
[deliverable/binutils-gdb.git] / gas / config / tc-spu.c
index 205df4667c46593ac625d2ba422b4db55b6344b7..69264c11ae8f1d156fa1972a632965c3c1292047 100644 (file)
@@ -245,7 +245,7 @@ insn_fmt_string (struct spu_opcode *format)
   for (i = 1; i <= format->arg[0]; i++)
     {
       int arg = format->arg[i];
-      char *exp;
+      const char *exp;
       if (i > 1 && arg != A_P && format->arg[i-1] != A_P)
        buf[len++] =  ',';
       if (arg == A_P)
This page took 0.026181 seconds and 4 git commands to generate.