* mn10300-tdep.c (analyze_dummy_frame): Fix typo.
+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
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);
}