The point of these changes is to avoid reading the frame pointer
[deliverable/binutils-gdb.git] / gdb / sh-tdep.c
index 4973d8fcff25293860b25dfdbd5d31aeeff1e663..9fcb8c0643805bde6671137ab7b51a4b32ce20c7 100644 (file)
@@ -276,8 +276,6 @@ pop_frame ()
   write_register (PC_REGNUM, fi->return_pc);
   write_register (SP_REGNUM, fp + 4);
   flush_cached_frames ();
-  set_current_frame (create_new_frame (read_register (FP_REGNUM),
-                                      read_pc ()));
 }
 
 /* Print the registers in a form similar to the E7000 */
This page took 0.024175 seconds and 4 git commands to generate.