diff options
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index f8162e8..a677837 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -340,7 +340,7 @@ internalize_unwinds (objfile, table, section, entries, size, indexp) everything on the psymbol obstack in the objfile so that it automatically gets freed when the objfile is destroyed. */ -void +static void read_unwind_info (objfile) struct objfile *objfile; { @@ -1205,7 +1205,7 @@ restore_pc_queue (fsr) } } target_terminal_ours (); - fetch_inferior_registers (-1); + (current_target->to_fetch_registers) (-1); return 1; } |