diff options
author | Kris Warkentin <kewarken@qnx.com> | 2003-05-06 16:47:47 +0000 |
---|---|---|
committer | Kris Warkentin <kewarken@qnx.com> | 2003-05-06 16:47:47 +0000 |
commit | cf6bb08ce04b21cfb618e186ed92cca5feee3c69 (patch) | |
tree | bad6ffaa3e6903b1f1c0b2135911592fbaf01746 /gdb/i386-nto-tdep.c | |
parent | 6301641df6a0481f71306587948cb41a1528fdde (diff) | |
download | gdb-cf6bb08ce04b21cfb618e186ed92cca5feee3c69.tar.gz |
Fixed some ARI hits
Diffstat (limited to 'gdb/i386-nto-tdep.c')
-rw-r--r-- | gdb/i386-nto-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-nto-tdep.c b/gdb/i386-nto-tdep.c index 42eb9cefa6c..b35dd2a13b7 100644 --- a/gdb/i386-nto-tdep.c +++ b/gdb/i386-nto-tdep.c @@ -242,7 +242,7 @@ i386nto_sigcontext_addr (struct frame_info *frame) } static void -init_i386nto_ops () +init_i386nto_ops (void) { current_nto_target.nto_regset_id = i386nto_regset_id; current_nto_target.nto_supply_gregset = i386nto_supply_gregset; |