diff options
Diffstat (limited to 'gdb/ia64-tdep.h')
-rw-r--r-- | gdb/ia64-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ia64-tdep.h b/gdb/ia64-tdep.h index 469d981..9b0926b 100644 --- a/gdb/ia64-tdep.h +++ b/gdb/ia64-tdep.h @@ -202,6 +202,6 @@ struct gdbarch_tdep int (*pc_in_sigtramp) (CORE_ADDR); }; -extern void ia64_write_pc (CORE_ADDR, ptid_t); +extern void ia64_write_pc (struct regcache *, CORE_ADDR); #endif /* ia64-tdep.h */ |