* gdbthread.h (struct thread_info): Add comments around
[deliverable/binutils-gdb.git] / gdb / mn10300-tdep.c
index 37d0b84b645c2ae134a5ae7614bd0d13ca9a1f74..88cb150b73519e490e74fe7959964b6bcc60794f 100644 (file)
@@ -324,11 +324,11 @@ set_reg_offsets (struct frame_info *fi,
 
   if (frame_in_fp)
     {
-      base = frame_unwind_register_unsigned (fi, E_A3_REGNUM);
+      base = get_frame_register_unsigned (fi, E_A3_REGNUM);
     }
   else
     {
-      base = frame_unwind_register_unsigned (fi, E_SP_REGNUM)
+      base = get_frame_register_unsigned (fi, E_SP_REGNUM)
               + stack_extra_size;
     }
 
This page took 0.024194 seconds and 4 git commands to generate.