diff options
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index a19fc62..f120438 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -9032,8 +9032,9 @@ show_mpx_cmd (const char *args, int from_tty) cmd_show_list (mpx_show_cmdlist, from_tty, ""); } +void _initialize_i386_tdep (); void -_initialize_i386_tdep (void) +_initialize_i386_tdep () { register_gdbarch_init (bfd_arch_i386, i386_gdbarch_init); |