gdb: remove current_top_target function
[deliverable/binutils-gdb.git] / gdb / ia64-vms-tdep.c
index 0481f00c2fa5788ab3288828e6fb7aba141e9ee9..cc8e191427485a93fb4fdc579f4e733fd8b3e922 100644 (file)
@@ -41,7 +41,8 @@ ia64_vms_find_proc_info_x (unw_addr_space_t as, unw_word_t ip,
   CORE_ADDR table_addr;
   unsigned int info_len;
 
-  res = target_read (current_top_target (), TARGET_OBJECT_OPENVMS_UIB,
+  res = target_read (current_inferior ()->top_target (),
+                    TARGET_OBJECT_OPENVMS_UIB,
                     annex + 2, buf, 0, sizeof (buf));
 
   if (res != sizeof (buf))
This page took 0.024583 seconds and 4 git commands to generate.