target_stack -> current_top_target() throughout
[deliverable/binutils-gdb.git] / gdb / ia64-tdep.c
index a24e5cbda6c7cee3771b0a321be77b9491924f9c..0df62e26ab39f04cf547bdfded9b5d20c4d7f817 100644 (file)
@@ -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;
This page took 0.023804 seconds and 4 git commands to generate.