diff options
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index 748869f..b1a431c 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -318,7 +318,7 @@ nto_relocate_section_addresses (struct so_list *so, struct target_section *sec) int nto_in_dynsym_resolve_code (CORE_ADDR pc) { - if (in_plt_section (pc, NULL)) + if (in_plt_section (pc)) return 1; return 0; } |