gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / aarch64-tdep.c
index 2d74429295bf74b5a17240c641b518b8445457b7..ea25cf610dc3c0ee1af713a83b481a44f33430ff 100644 (file)
@@ -1094,7 +1094,7 @@ aarch64_stub_unwind_sniffer (const struct frame_unwind *self,
   gdb_byte dummy[4];
 
   addr_in_block = get_frame_address_in_block (this_frame);
-  if (in_plt_section (addr_in_block, NULL)
+  if (in_plt_section (addr_in_block)
       /* We also use the stub winder if the target memory is unreadable
         to avoid having the prologue unwinder trying to read it.  */
       || target_read_memory (get_frame_pc (this_frame), dummy, 4) != 0)
This page took 0.044332 seconds and 4 git commands to generate.