diff options
Diffstat (limited to 'gdb/sh3-rom.c')
-rw-r--r-- | gdb/sh3-rom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/sh3-rom.c b/gdb/sh3-rom.c index 7d07fa5..b946e6f 100644 --- a/gdb/sh3-rom.c +++ b/gdb/sh3-rom.c @@ -343,6 +343,8 @@ sh3_close (int quitting) } } +extern initialize_file_ftype _initialize_sh3_rom; /* -Wmissing-prototypes */ + void _initialize_sh3_rom (void) { |