diff options
Diffstat (limited to 'gdb/record-full.c')
-rw-r--r-- | gdb/record-full.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/record-full.c b/gdb/record-full.c index a93418c4e52..41b8a54c034 100644 --- a/gdb/record-full.c +++ b/gdb/record-full.c @@ -2145,7 +2145,8 @@ record_full_core_fetch_registers (struct target_ops *ops, /* "to_prepare_to_store" method for prec over corefile. */ static void -record_full_core_prepare_to_store (struct regcache *regcache) +record_full_core_prepare_to_store (struct target_ops *self, + struct regcache *regcache) { } |