diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 86712d5..4e8b82e 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -2584,8 +2584,8 @@ gnu_pid_to_str (ptid_t ptid) } -extern void gnu_store_registers (int regno); -extern void gnu_fetch_registers (int regno); +extern void gnu_store_registers (struct regcache *regcache, int regno); +extern void gnu_fetch_registers (struct regcache *regcache, int regno); struct target_ops gnu_ops; |