target_stack -> current_top_target() throughout
[deliverable/binutils-gdb.git] / gdb / symfile.c
index 05545cddfaa02d093a78e6f1712d34ff583768a5..f8177ea8b10fb5e2b35790ba8d8a2105d9a5d282 100644 (file)
@@ -864,7 +864,7 @@ init_entry_point_info (struct objfile *objfile)
       entry_point
        = gdbarch_convert_from_func_ptr_addr (get_objfile_arch (objfile),
                                              entry_point,
-                                             target_stack);
+                                             current_top_target ());
 
       /* Remove any ISA markers, so that this matches entries in the
         symbol table.  */
This page took 0.024308 seconds and 4 git commands to generate.