2003-04-08 Elena Zannoni <ezannoni@redhat.com>
[deliverable/binutils-gdb.git] / gdb / cris-tdep.c
index 4f9ee9b84eba6894c41d0ed936cf3b3593938440..2258a17b7cc76d79975da609886a3c16d89266bd 100644 (file)
@@ -1178,7 +1178,7 @@ cris_frame_init_saved_regs (struct frame_info *fi)
     }
   else
     {    
-      ip = get_pc_function_start (get_frame_pc (fi));
+      ip = get_frame_func (fi);
       sal = find_pc_line (ip, 0);
 
       /* If there is no symbol information then sal.end == 0, and we end up
This page took 0.022784 seconds and 4 git commands to generate.