X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdbserver%2Flinux-ppc-low.cc;h=fd6d0369c48f688f56ddff13378ab88460529177;hb=442131c1bec1a2ff0b3a5e5d1d91a116ce869dee;hp=93b3511a2e116c58ca580bef29c8cf3a8b08eed1;hpb=e2558df32b83c2e3b41829d46c0b3d09732d7176;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/linux-ppc-low.cc b/gdbserver/linux-ppc-low.cc index 93b3511a2e..fd6d0369c4 100644 --- a/gdbserver/linux-ppc-low.cc +++ b/gdbserver/linux-ppc-low.cc @@ -277,7 +277,7 @@ ppc_breakpoint_at (CORE_ADDR where) { unsigned int insn; - the_target->pt->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