* sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.
[deliverable/binutils-gdb.git] / gdb / sparc64-linux-nat.c
index 924d639f1c88d5e3458134a925a28a5bf0d39955..a63f3af5d07f38b4b8c5c0dc60ead49a4d392dab 100644 (file)
@@ -83,8 +83,8 @@ _initialize_sparc64_linux_nat (void)
   t = linux_target ();
 
   /* Add our register access methods.  */
-  t->to_fetch_registers = fetch_inferior_registers;
-  t->to_store_registers = store_inferior_registers;
+  t->to_fetch_registers = sparc_fetch_inferior_registers;
+  t->to_store_registers = sparc_store_inferior_registers;
 
   /* Register the target.  */
   linux_nat_add_target (t);
This page took 0.024807 seconds and 4 git commands to generate.