* ns32k.h (struct ns32k_opcode): Constify "name", "operands" and
[deliverable/binutils-gdb.git] / opcodes / i386-dis.c
index d2271d8a7185f3f3219255d999ef33173bc17a1e..65c36f15f3d00581b7d675f564bfe7542f18f7f1 100644 (file)
@@ -3970,7 +3970,7 @@ OP_XS (bytemode, sizeflag)
     BadOp ();
 }
 
-static const char *Suffix3DNow[] = {
+static const char *const Suffix3DNow[] = {
 /* 00 */       NULL,           NULL,           NULL,           NULL,
 /* 04 */       NULL,           NULL,           NULL,           NULL,
 /* 08 */       NULL,           NULL,           NULL,           NULL,
This page took 0.034673 seconds and 4 git commands to generate.