From 2001-03-01 Tom Rix <trix@redhat.com>:

* mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
parameter to mn10200_analyze_prologue.
* config/mn10200/tm-mn10200.h: Include "regcache.h".
* MAINTAINERS: Document that mn10200-elf target is buildable.
This commit is contained in:
Andrew Cagney
2001-03-03 01:38:49 +00:00
parent 52b5c2eb6c
commit c53efe6e57
4 changed files with 16 additions and 2 deletions

View File

@@ -644,7 +644,7 @@ mn10200_frame_chain (struct frame_info *fi)
memset (dummy_frame.fsr.regs, '\000', sizeof dummy_frame.fsr.regs);
dummy_frame.status = 0;
dummy_frame.stack_size = 0;
mn10200_analyze_prologue (&dummy_frame);
mn10200_analyze_prologue (&dummy_frame, 0);
if (dummy_frame.status & MY_FRAME_IN_FP)
{