diff options
Diffstat (limited to 'gdb/paread.c')
-rw-r--r-- | gdb/paread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/paread.c b/gdb/paread.c index a7922f2..7c24fdd 100644 --- a/gdb/paread.c +++ b/gdb/paread.c @@ -81,7 +81,7 @@ record_minimal_symbol (name, address, ms_type, objfile) struct objfile *objfile; { name = obsavestring (name, strlen (name), &objfile -> symbol_obstack); - prim_record_minimal_symbol (name, address, ms_type); + prim_record_minimal_symbol (name, address, ms_type, objfile); } /* |