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