Move gdb/selftest.m4 to gdbsupport/selftest.m4
[deliverable/binutils-gdb.git] / gdbserver / linux-xtensa-low.cc
index 31e7bad36b814cf6a7b4afacca0d35fc14aaba57..510c9bd8879f782264621338391f2cbd880cd029 100644 (file)
@@ -207,8 +207,8 @@ xtensa_breakpoint_at (CORE_ADDR where)
 {
     unsigned long insn;
 
-    the_target->pt->read_memory (where, (unsigned char *) &insn,
-                                xtensa_breakpoint_len);
+    the_target->read_memory (where, (unsigned char *) &insn,
+                            xtensa_breakpoint_len);
     return memcmp((char *) &insn,
                  xtensa_breakpoint, xtensa_breakpoint_len) == 0;
 }
This page took 0.02389 seconds and 4 git commands to generate.