diff options
Diffstat (limited to 'gdb/ia64-tdep.c')
-rw-r--r-- | gdb/ia64-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c index a24e5cbda6c..0df62e26ab3 100644 --- a/gdb/ia64-tdep.c +++ b/gdb/ia64-tdep.c @@ -2660,7 +2660,7 @@ getunwind_table (gdb_byte **buf_p) we should find a way to override the corefile layer's xfer_partial method. */ - x = target_read_alloc (target_stack, TARGET_OBJECT_UNWIND_TABLE, + x = target_read_alloc (current_top_target (), TARGET_OBJECT_UNWIND_TABLE, NULL, buf_p); return x; |