* breakpoint.h (breakpoint_restore_shadows): New
[deliverable/binutils-gdb.git] / gdb / sparc-tdep.c
index 10656734d349bb6f3fb9ad2abc2fce7405cd96b2..4d690efc16f698c5d45462da586d49c388d19f0c 100644 (file)
@@ -99,7 +99,7 @@ sparc_fetch_instruction (CORE_ADDR pc)
   int i;
 
   /* If we can't read the instruction at PC, return zero.  */
-  if (read_memory_nobpt (pc, buf, sizeof (buf)))
+  if (target_read_memory (pc, buf, sizeof (buf)))
     return 0;
 
   insn = 0;
This page took 0.026104 seconds and 4 git commands to generate.