diff options
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 10f36edd4cc..b620bb25b90 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -1748,8 +1748,8 @@ typedef void (gdbarch_dump_tdep_ftype) (struct gdbarch *gdbarch, struct ui_file extern void register_gdbarch_init (enum bfd_architecture architecture, gdbarch_init_ftype *); extern void gdbarch_register (enum bfd_architecture architecture, - gdbarch_init_ftype *, - gdbarch_dump_tdep_ftype *); + gdbarch_init_ftype *, + gdbarch_dump_tdep_ftype *); /* Return a freshly allocated, NULL terminated, array of the valid |