2003-01-08 Andrew Cagney <ac131313@redhat.com>
* mn10300-tdep.c (analyze_dummy_frame): Fix typo.
This commit is contained in:
parent
7b5849cc3e
commit
7f8ab3a0b7
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue