gdb
[deliverable/binutils-gdb.git] / gdb / m32r-linux-nat.c
index 918e431acda6470a7ea2f795e7e65bf71c935f76..24e42a8c9f3cfc0da4b452b894f841760cd7e347 100644 (file)
@@ -194,7 +194,8 @@ fill_fpregset (const struct regcache *regcache,
    registers).  */
 
 static void
-m32r_linux_fetch_inferior_registers (struct regcache *regcache, int regno)
+m32r_linux_fetch_inferior_registers (struct target_ops *ops,
+                                    struct regcache *regcache, int regno)
 {
   int tid;
 
@@ -220,7 +221,8 @@ m32r_linux_fetch_inferior_registers (struct regcache *regcache, int regno)
    do this for all registers (including the floating point and SSE
    registers).  */
 static void
-m32r_linux_store_inferior_registers (struct regcache *regcache, int regno)
+m32r_linux_store_inferior_registers (struct target_ops *ops,
+                                    struct regcache *regcache, int regno)
 {
   int tid;
 
This page took 0.023485 seconds and 4 git commands to generate.