2003-01-08 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 8 Jan 2003 21:44:55 +0000 (21:44 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 8 Jan 2003 21:44:55 +0000 (21:44 +0000)
* mn10300-tdep.c (analyze_dummy_frame): Fix typo.

gdb/ChangeLog
gdb/mn10300-tdep.c

index 3cd85e7..7fc24a1 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
+
 2003-01-08  Andrew Cagney  <cagney@redhat.com>
 
        * cris-tdep.c (cris_frame_init_saved_regs): Use
index e1f8617..a3dd012 100644 (file)
@@ -157,7 +157,7 @@ analyze_dummy_frame (CORE_ADDR pc, CORE_ADDR frame)
       CORE_ADDR *saved_regs;
       dummy = deprecated_frame_xmalloc ();
       saved_regs = xmalloc (SIZEOF_FRAME_SAVED_REGS);
-      deprecated_set_frame_saved_regs (dummy, saved_regs);
+      deprecated_set_frame_saved_regs_hack (dummy, saved_regs);
       extra_info = XMALLOC (struct frame_extra_info);
       deprecated_set_frame_extra_info_hack (dummy, extra_info);
     }