mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
From Michael Mueller <m.mueller99@kay-mueller.de>:
* sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into account.
This commit is contained in:
@ -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
|
||||
|
@ -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 =
|
||||
|
Reference in New Issue
Block a user