* strerror.c: Revert last change. Declare static sys_nerr
[deliverable/binutils-gdb.git] / gdb / stack.c
index a82f9f3fd12cc54263fc54bb87571ea60ad3434f..ebf439e50e6bcd5e109e1e0ec373c95ee3d6159c 100644 (file)
@@ -1022,7 +1022,7 @@ frame_info (char *addr_exp, int from_tty)
   }
 
   if (DEPRECATED_FRAME_INIT_SAVED_REGS_P ()
-      && get_frame_saved_regs (fi) == NULL)
+      && deprecated_get_frame_saved_regs (fi) == NULL)
     DEPRECATED_FRAME_INIT_SAVED_REGS (fi);
   /* Print as much information as possible on the location of all the
      registers.  */
This page took 0.023562 seconds and 4 git commands to generate.