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 34ae3cd..57bfd87 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -1109,7 +1109,7 @@ procfs_kill_inferior (void) /* Store register REGNO, or all registers if REGNO == -1, from the contents of REGISTERS. */ static void -procfs_prepare_to_store (void) +procfs_prepare_to_store (struct regcache *regcache) { } |