* remote-os9k.c (rombug_wait): Call find_pc_section not

find_pc_objfile.
This commit is contained in:
Jim Kingdon 1994-03-02 18:33:58 +00:00
parent 34b1685053
commit 3c5d10c8df
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ rombug_wait (pid, status)
obj_sec = find_pc_section (pc);
if (obj_sec != NULL)
new_symfile_objfile (obj_sec, 1, 0);
new_symfile_objfile (obj_sec->objfile, 1, 0);
offs = ((struct section_offsets *)
alloca (sizeof (struct section_offsets)