* a29k-tdep.c (pop_frame): Fix a variable name.

This commit is contained in:
Stan Shebs 1994-12-28 23:42:23 +00:00
parent 244f7460fb
commit b6c1564694
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Dec 28 15:29:02 1994 Stan Shebs <shebs@andros.cygnus.com>
* a29k-tdep.c (pop_frame): Fix a variable name.
Wed Dec 28 12:21:39 1994 Jeff Law (law@snake.cs.utah.edu)
* hppa-tdep.c (push_dummy_frame): Refine code to determine what

View file

@ -748,7 +748,7 @@ pop_frame ()
{
struct frame_info *frame = get_current_frame ();
CORE_ADDR rfb = read_register (RFB_REGNUM);
CORE_ADDR gr1 = fi->frame + fi->rsize;
CORE_ADDR gr1 = frame->frame + frame->rsize;
CORE_ADDR lr1;
CORE_ADDR original_lr0;
int must_fix_lr0 = 0;