diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 722e253..16e3463 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -649,9 +649,9 @@ sol_thread_store_registers (struct regcache *regcache, int regnum) program being debugged. */ static void -sol_thread_prepare_to_store (void) +sol_thread_prepare_to_store (struct regcache *regcache) { - procfs_ops.to_prepare_to_store (); + procfs_ops.to_prepare_to_store (regcache); } /* Transfer LEN bytes between GDB address MYADDR and target address |