gdb
[deliverable/binutils-gdb.git] / gdb / xtensa-linux-nat.c
index 0f413071e0d39ccc1de6e19bc64a2ddfff6630c8..b5b0f3d4cb8cbe5ffc3ddc0116769a478562c8ae 100644 (file)
@@ -265,7 +265,8 @@ store_xtregs (struct regcache *regcache, int regnum)
 }
 
 void
-xtensa_linux_fetch_inferior_registers (struct regcache *regcache, int regnum)
+xtensa_linux_fetch_inferior_registers (struct target_ops *ops,
+                                      struct regcache *regcache, int regnum)
 {
   if (regnum == -1)
     {
@@ -279,7 +280,8 @@ xtensa_linux_fetch_inferior_registers (struct regcache *regcache, int regnum)
 }
 
 void
-xtensa_linux_store_inferior_registers (struct regcache *regcache, int regnum)
+xtensa_linux_store_inferior_registers (struct target_ops *ops,
+                                      struct regcache *regcache, int regnum)
 {
   if (regnum == -1)
     {
This page took 0.024175 seconds and 4 git commands to generate.