* remote-os9k.c (rombug_wait): Call find_pc_section not
find_pc_objfile.
This commit is contained in:
parent
34b1685053
commit
3c5d10c8df
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue