gdbserver: finish turning the target ops vector into a class
[deliverable/binutils-gdb.git] / gdbserver / linux-mips-low.cc
index cb7eb53e3ebf81d258f01f2912f2d20d189d2f6e..3caab02e5038e30a582e7b0911309a5bf37ac759 100644 (file)
@@ -302,7 +302,7 @@ mips_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 == mips_breakpoint)
     return 1;
 
This page took 0.024919 seconds and 4 git commands to generate.