Move sourcing of development.sh to GDB_AC_COMMON
[deliverable/binutils-gdb.git] / gdbserver / linux-aarch64-low.cc
index 961fd5b3cc41c708d7acfe3c03639e287330bbb7..6ce5452945e2b184b92851bb581fa54e3504e8c8 100644 (file)
@@ -192,8 +192,8 @@ aarch64_breakpoint_at (CORE_ADDR where)
     {
       gdb_byte insn[aarch64_breakpoint_len];
 
-      (*the_target->read_memory) (where, (unsigned char *) &insn,
-                                 aarch64_breakpoint_len);
+      the_target->read_memory (where, (unsigned char *) &insn,
+                              aarch64_breakpoint_len);
       if (memcmp (insn, aarch64_breakpoint, aarch64_breakpoint_len) == 0)
        return 1;
 
This page took 0.02435 seconds and 4 git commands to generate.