btrace: Use function segment index in call iterator.
[deliverable/binutils-gdb.git] / gdb / memattr.c
index e01e2c8bba0a1dea184ef40d851d4e2568c8f7f3..2493537fe0af25257544af1210e78970dfebf325 100644 (file)
@@ -441,7 +441,7 @@ mem_info_command (char *args, int from_tty)
 
   for (ix = 0; VEC_iterate (mem_region_s, mem_region_list, ix, m); ix++)
     {
-      char *tmp;
+      const char *tmp;
 
       printf_filtered ("%-3d %-3c\t",
                       m->number,
This page took 0.025037 seconds and 4 git commands to generate.