gdbserver: finish turning the target ops vector into a class
[deliverable/binutils-gdb.git] / gdbserver / linux-sh-low.cc
index abe71ff4766b9898097bad88e7ab08c67147fd5a..f55402c3d41bb2c4529f1e7108a19572f56d09b2 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->read_memory (where, (unsigned char *) &insn, 2);
   if (insn == sh_breakpoint)
     return 1;
 
This page took 0.025218 seconds and 4 git commands to generate.