gdb/selftest.m4: ensure $development is set
[deliverable/binutils-gdb.git] / gdbserver / linux-ppc-low.cc
index 5d8d67bec2fbdc10b1054f916fd4af80adf1a826..fd6d0369c48f688f56ddff13378ab88460529177 100644 (file)
@@ -277,7 +277,7 @@ ppc_breakpoint_at (CORE_ADDR where)
 {
   unsigned int insn;
 
-  (*the_target->read_memory) (where, (unsigned char *) &insn, 4);
+  the_target->read_memory (where, (unsigned char *) &insn, 4);
   if (insn == ppc_breakpoint)
     return 1;
   /* If necessary, recognize more trap instructions here.  GDB only uses
This page took 0.039964 seconds and 4 git commands to generate.