diff options
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 22b2d21..7dc6307 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -574,7 +574,7 @@ go32_store_registers (struct target_ops *ops, } static void -go32_prepare_to_store (struct regcache *regcache) +go32_prepare_to_store (struct target_ops *self, struct regcache *regcache) { } |