gdbserver: turn target op 'thread_stopped' into a method
[deliverable/binutils-gdb.git] / gdbserver / linux-sh-low.cc
index abe71ff4766b9898097bad88e7ab08c67147fd5a..06ce8118ebff01eb34597c80a5d6ed370039207c 100644 (file)
@@ -76,7 +76,7 @@ sh_breakpoint_at (CORE_ADDR where)
 {
   unsigned short insn;
 
-  (*the_target->read_memory) (where, (unsigned char *) &insn, 2);
+  the_target->pt->read_memory (where, (unsigned char *) &insn, 2);
   if (insn == sh_breakpoint)
     return 1;
 
This page took 0.024049 seconds and 4 git commands to generate.