Trivial patch to remove dependency on host unsigned long type
[deliverable/binutils-gdb.git] / gdb / nios2-tdep.c
index 49f8271c48b3af6a29b6886acabb14d228ae4c61..5b9e2e6a373a34eecf7fbb414517f03799178ecd 100644 (file)
@@ -1324,7 +1324,7 @@ nios2_stub_frame_sniffer (const struct frame_unwind *self,
   if (target_read_memory (get_frame_pc (this_frame), dummy, 4) != 0)
     return 1;
 
-  if (in_plt_section (pc, NULL))
+  if (in_plt_section (pc))
     return 1;
 
   return 0;
This page took 0.024224 seconds and 4 git commands to generate.