Convert more variables to a constant form.
[external/binutils.git] / gas / config / tc-microblaze.c
index 16c70ad..70ceb21 100644 (file)
@@ -621,7 +621,7 @@ parse_exp (char *s, expressionS *e)
 #define IMM_MAX    9
 
 struct imm_type {
-       char *isuffix;   /* Suffix String */
+       const char *isuffix;     /* Suffix String */
        int itype;       /* Suffix Type */
        int otype;       /* Offset Type */
 };