gdb/
[deliverable/binutils-gdb.git] / gdb / frame-unwind.h
index 0787a2e3af3b4c2d532f95291e3c47130e9c086c..3fe31f05db5d706e0c5fa0b46729d6e2548adef8 100644 (file)
@@ -150,8 +150,8 @@ struct frame_unwind
    that override earlier calls.  This allows, for instance, an OSABI
    to install a a more specific sigtramp unwinder that overrides the
    traditional brute-force unwinder.  */
-extern void frame_unwind_prepend_unwinder (struct gdbarch *gdbarch,
-                                          const struct frame_unwind *unwinder);
+extern void frame_unwind_prepend_unwinder (struct gdbarch *,
+                                          const struct frame_unwind *);
 
 /* Add a frame sniffer to the list.  The predicates are polled in the
    order that they are appended.  The initial list contains the dummy
This page took 0.024806 seconds and 4 git commands to generate.