reverse-finish: turn internal error into normal error
[deliverable/binutils-gdb.git] / gdb / alpha-mdebug-tdep.c
index 02688b273c14dcd64cf9c91b6c7c451b82fcdf4b..8c29425ec493e68085fc8674871434217e5863d2 100644 (file)
@@ -93,7 +93,7 @@
 static struct mdebug_extra_func_info *
 find_proc_desc (CORE_ADDR pc)
 {
-  struct block *b = block_for_pc (pc);
+  const struct block *b = block_for_pc (pc);
   struct mdebug_extra_func_info *proc_desc = NULL;
   struct symbol *sym = NULL;
   const char *sh_name = NULL;
This page took 0.025803 seconds and 4 git commands to generate.