* blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
[deliverable/binutils-gdb.git] / gdb / tui / tui-stack.c
index 8722058f29b7117c85012e43cea3f52f914672b2..ef50a98a2d68022d33c879756de970bc5396d402 100644 (file)
@@ -378,7 +378,8 @@ tui_show_frame_info (struct frame_info *fi)
            }
          else
            {
-             if (find_pc_partial_function (get_frame_pc (fi), (char **) NULL,
+             if (find_pc_partial_function (get_frame_pc (fi),
+                                           (const char **) NULL,
                                            &low, (CORE_ADDR) 0) == 0)
                {
                  /* There is no symbol available for current PC.  There is no
This page took 0.02524 seconds and 4 git commands to generate.