* objfiles.h (pc_in_section): New prototype.
[deliverable/binutils-gdb.git] / gdb / s390-tdep.c
index 641bc80a3685ce16762d342fdc9deb1526e828ff..6111bbf96a0276ac4c71f9925aa73b6194a45594 100644 (file)
@@ -2116,7 +2116,7 @@ s390_stub_frame_sniffer (const struct frame_unwind *self,
      have trapped due to an invalid function pointer call.  We handle
      the non-existing current function like a PLT stub.  */
   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)
       || s390_readinstruction (insn, get_frame_pc (this_frame)) < 0)
     return 1;
   return 0;
This page took 0.023327 seconds and 4 git commands to generate.