Add const qualifiers at various places.
[deliverable/binutils-gdb.git] / include / opcode / hppa.h
index 1b486446db8fee8b7cc9b7830669c924c35a2e13..2dcc8bc4a33cab3ce949cdb3c183756c292d03f3 100644 (file)
@@ -42,7 +42,7 @@ struct pa_opcode
     const char *name;
     unsigned long int match;   /* Bits that must be set...  */
     unsigned long int mask;    /* ... in these bits. */
-    char *args;
+    const char *args;
     enum pa_arch arch;
     char flags;
 };
This page took 0.037135 seconds and 4 git commands to generate.