* configure.ac (common): Make the default "yes" for all targets
[deliverable/binutils-gdb.git] / gdb / sparc-tdep.c
index 6c6f27692e00fcd52e033913544cddc080b2e311..27c852f2632207bf515cb215ea874cea42b6a84e 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 (target_read_memory (pc, buf, sizeof (buf)))
+  if (read_memory_nobpt (pc, buf, sizeof (buf)))
     return 0;
 
   insn = 0;
This page took 0.024651 seconds and 4 git commands to generate.