From Michael Mueller <m.mueller99@kay-mueller.de>:

* sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
account.
This commit is contained in:
Mark Kettenis 2004-06-24 19:32:37 +00:00
parent 35d437df82
commit 2107e348e6
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2004-06-24 Mark Kettenis <kettenis@gnu.org>
From Michael Mueller <m.mueller99@kay-mueller.de>:
* sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
account.
2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
* infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint

View file

@ -568,8 +568,7 @@ sparc64_frame_base_address (struct frame_info *next_frame, void **this_cache)
struct sparc_frame_cache *cache =
sparc64_frame_cache (next_frame, this_cache);
/* ??? Should we take BIAS into account here? */
return cache->base;
return cache->base + BIAS;
}
static const struct frame_base sparc64_frame_base =