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 1e5297e..1122db6 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -863,7 +863,7 @@ init_entry_point_info (struct objfile *objfile) entry_point = gdbarch_convert_from_func_ptr_addr (get_objfile_arch (objfile), entry_point, - ¤t_target); + target_stack); /* Remove any ISA markers, so that this matches entries in the symbol table. */ |