* minsyms.c (prim_record_minimal_symbol): Call

prim_record_minimal_symbol_and_info rather than duplicating code.
This commit is contained in:
Jim Kingdon 1993-12-27 17:49:00 +00:00
parent 8d60affde9
commit 240972ecfb
1 changed files with 2 additions and 1 deletions

View File

@ -298,7 +298,8 @@ prim_record_minimal_symbol (name, address, ms_type, objfile)
enum minimal_symbol_type ms_type;
struct objfile *objfile;
{
prim_record_minimal_symbol (name, address, ms_type, NULL, -1, objfile);
prim_record_minimal_symbol_and_info (name, address, ms_type,
NULL, -1, objfile);
}
void