summaryrefslogtreecommitdiff
path: root/gdb/ravenscar-thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ravenscar-thread.h')
-rw-r--r--gdb/ravenscar-thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ravenscar-thread.h b/gdb/ravenscar-thread.h
index 2df88981a57..ab2f9a7c820 100644
--- a/gdb/ravenscar-thread.h
+++ b/gdb/ravenscar-thread.h
@@ -26,7 +26,7 @@ struct ravenscar_arch_ops
{
void (*to_fetch_registers) (struct regcache *, ptid_t, int);
void (*to_store_registers) (struct regcache *, ptid_t, int);
- void (*to_prepare_to_store) (struct regcache *);
+ void (*to_prepare_to_store) (struct regcache *, ptid_t);
};
#endif /* !defined (RAVENSCAR_THREAD_H) */