diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 05545cd..f8177ea 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -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. */ |