diff options
Diffstat (limited to 'gdb/irix5-nat.c')
-rw-r--r-- | gdb/irix5-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c index 88bbf96..9a2379d 100644 --- a/gdb/irix5-nat.c +++ b/gdb/irix5-nat.c @@ -846,7 +846,7 @@ symbol_add_stub (arg) so -> objfile = symbol_file_add (so -> so_name, so -> from_tty, text_addr, - 0, 0, 0); + 0, 0, 0, 0, 0); return (1); } |