Skip to content
Snippets Groups Projects
Commit 6ddd353c authored by Mark Kettenis's avatar Mark Kettenis
Browse files

Git sucks!

parent 07284463
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include "ppc-tdep.h" #include "ppc-tdep.h"
#include "ppcobsd-tdep.h" #include "ppcobsd-tdep.h"
#include "inf-ptrace.h" #include "inf-ptrace.h"
#include "obsd-nat.h"
#include "bsd-kvm.h" #include "bsd-kvm.h"
/* OpenBSD/powerpc didn't have PT_GETFPREGS/PT_SETFPREGS until release /* OpenBSD/powerpc didn't have PT_GETFPREGS/PT_SETFPREGS until release
...@@ -199,7 +200,7 @@ _initialize_ppcobsd_nat (void) ...@@ -199,7 +200,7 @@ _initialize_ppcobsd_nat (void)
t = inf_ptrace_target (); t = inf_ptrace_target ();
t->to_fetch_registers = ppcobsd_fetch_registers; t->to_fetch_registers = ppcobsd_fetch_registers;
t->to_store_registers = ppcobsd_store_registers; t->to_store_registers = ppcobsd_store_registers;
add_target (t); obsd_add_target (t);
/* General-purpose registers. */ /* General-purpose registers. */
ppcobsd_reg_offsets.r0_offset = offsetof (struct reg, gpr); ppcobsd_reg_offsets.r0_offset = offsetof (struct reg, gpr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment