Add const qualifiers at various places.
[deliverable/binutils-gdb.git] / include / opcode / spu.h
index 1e0efec0e30777ec732641293fcd3dfd6b58d444..d51a547087398e36371873b390c1aacad1eb37e4 100644 (file)
@@ -83,7 +83,7 @@ struct spu_opcode
 {
    spu_iformat insn_type;
    unsigned int opcode;
-   char *mnemonic;
+   const char *mnemonic;
    int arg[5];
 };
 
This page took 0.027987 seconds and 4 git commands to generate.