diff options
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 922cc28..b52edd0 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -2039,7 +2039,7 @@ win32_kill_inferior (void) } static void -win32_prepare_to_store (void) +win32_prepare_to_store (struct regcache *regcache) { /* Do nothing, since we can store individual regs */ } |