forked from Imagelibrary/binutils-gdb
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user