aboutsummaryrefslogtreecommitdiff
path: root/gdb/a29k-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/a29k-tdep.c')
-rw-r--r--gdb/a29k-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/a29k-tdep.c b/gdb/a29k-tdep.c
index dfb8398..fd90a2b 100644
--- a/gdb/a29k-tdep.c
+++ b/gdb/a29k-tdep.c
@@ -377,7 +377,7 @@ init_frame_info (innermost_frame, fci)
if (innermost_frame)
fci->frame = read_register (GR1_REGNUM);
else
- fci->frame = fci->next_frame + fci->next->rsize;
+ fci->frame = fci->next->frame + fci->next->rsize;
#if CALL_DUMMY_LOCATION == ON_STACK
This wont work;