diff options
Diffstat (limited to 'gdb/hppa-tdep.h')
-rw-r--r-- | gdb/hppa-tdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/hppa-tdep.h b/gdb/hppa-tdep.h index f469afc..1163651 100644 --- a/gdb/hppa-tdep.h +++ b/gdb/hppa-tdep.h @@ -233,8 +233,8 @@ extern void enum lval_type *lvalp, CORE_ADDR *addrp, int *realnump, gdb_byte *valuep); -extern CORE_ADDR hppa_read_pc (ptid_t ptid); -extern void hppa_write_pc (CORE_ADDR pc, ptid_t ptid); +extern CORE_ADDR hppa_read_pc (struct regcache *regcache); +extern void hppa_write_pc (struct regcache *regcache, CORE_ADDR pc); extern CORE_ADDR hppa_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame); |