Add const qualifiers at various places.
[deliverable/binutils-gdb.git] / gas / config / tc-h8300.c
index 5e6695f9f6b7f0bb25e04d48e8a675d004216ddc..1b075c42298f47d9f3b58d6658c22601e2242afe 100644 (file)
@@ -266,7 +266,7 @@ md_begin (void)
     {
       struct h8_opcode *first_skipped = 0;
       int len, cmplen = 0;
-      char *src = p1->name;
+      const char *src = p1->name;
       char *dst, *buffer;
 
       if (p1->name == 0)
This page took 0.031715 seconds and 4 git commands to generate.