gdbserver: turn target ops 'read_memory' and 'write_memory' into methods
[deliverable/binutils-gdb.git] / gdbserver / linux-tic6x-low.cc
index 51a31c7876a248a221fdc034d175714461f3d738..b57f8c57710796d76c08075f08cfa788fe412963 100644 (file)
@@ -241,7 +241,7 @@ tic6x_breakpoint_at (CORE_ADDR where)
 {
   unsigned int insn;
 
-  (*the_target->read_memory) (where, (unsigned char *) &insn, 4);
+  the_target->pt->read_memory (where, (unsigned char *) &insn, 4);
   if (insn == tic6x_breakpoint)
     return 1;
 
This page took 0.02708 seconds and 4 git commands to generate.