diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index dee4988..c2d0d30 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -1229,7 +1229,7 @@ procfs_kill_inferior (struct target_ops *ops) /* Store register REGNO, or all registers if REGNO == -1, from the contents of REGISTERS. */ static void -procfs_prepare_to_store (struct regcache *regcache) +procfs_prepare_to_store (struct target_ops *self, struct regcache *regcache) { } |