* blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index cd8bf404d90d3b3def12d9d3c28e380e17bd840d..e9e3e32afeae133690a82fa384bccdf85f7f65e1 100644 (file)
@@ -1036,7 +1036,7 @@ step_once (int skip_subroutines, int single_inst, int count, int thread)
            tp->control.step_range_start = tp->control.step_range_end = 1;
          else if (tp->control.step_range_end == 0)
            {
-             char *name;
+             const char *name;
 
              if (find_pc_partial_function (pc, &name,
                                            &tp->control.step_range_start,
This page took 0.032718 seconds and 4 git commands to generate.