* gdb.texinfo (Continuing and Stepping): When talking about "step"
[deliverable/binutils-gdb.git] / gdb / nlmread.c
index f3455039dd12b11cdd6597093678584edc3d87db..2f0d7719b630ece42390e42c3fa296931c6424fe 100644 (file)
@@ -89,7 +89,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);
 }
 
 
This page took 0.024351 seconds and 4 git commands to generate.