* objfiles.h (pc_in_section): New prototype.
[deliverable/binutils-gdb.git] / gdb / arm-symbian-tdep.c
index c1ac92b47738b9c0feb6899db2973488b92a8ecb..d7d34fdb537362322c1e84c921b18eb2ec5a57d6 100644 (file)
@@ -38,7 +38,7 @@ arm_symbian_skip_trampoline_code (struct frame_info *frame, CORE_ADDR pc)
   CORE_ADDR dest;
   gdb_byte buf[4];
 
-  if (!in_plt_section (pc, NULL))
+  if (!in_plt_section (pc))
     return 0;
 
   if (target_read_memory (pc, buf, 4) != 0)
This page took 0.023522 seconds and 4 git commands to generate.