Index: sparc64-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/sparc64-tdep.c,v retrieving revision 1.12 diff -c -p -r1.12 sparc64-tdep.c *** sparc64-tdep.c 7 Jun 2004 02:02:55 -0000 1.12 --- sparc64-tdep.c 18 Jun 2004 12:41:26 -0000 *************** sparc64_frame_base_address (struct frame *** 568,575 **** struct sparc_frame_cache *cache = sparc64_frame_cache (next_frame, this_cache); ! /* ??? Should we take BIAS into account here? */ ! return cache->base; } static const struct frame_base sparc64_frame_base = --- 568,574 ---- struct sparc_frame_cache *cache = sparc64_frame_cache (next_frame, this_cache); ! return cache->base + BIAS; } static const struct frame_base sparc64_frame_base =