diff options
Diffstat (limited to 'gdb/remote-m32r-sdi.c')
-rw-r--r-- | gdb/remote-m32r-sdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-m32r-sdi.c b/gdb/remote-m32r-sdi.c index 110855a..a4452de 100644 --- a/gdb/remote-m32r-sdi.c +++ b/gdb/remote-m32r-sdi.c @@ -1014,7 +1014,7 @@ m32r_store_register (struct regcache *regcache, int regno) debugged. */ static void -m32r_prepare_to_store (void) +m32r_prepare_to_store (struct regcache *regcache) { /* Do nothing, since we can store individual regs */ if (remote_debug) |