* gdbcore.h (read_memory_nobpt): New function name instead of
[deliverable/binutils-gdb.git] / gdb / mips-tdep.c
index 0a63e4f1566f2e4e1a55fd06c42c268225ce1ca2..19f0e0dfa8244c45d628ff41576463ba29ac8b9c 100644 (file)
@@ -858,7 +858,7 @@ mips_fetch_instruction (CORE_ADDR addr)
     }
   else
     instlen = MIPS_INSN32_SIZE;
-  status = deprecated_read_memory_nobpt (addr, buf, instlen);
+  status = read_memory_nobpt (addr, buf, instlen);
   if (status)
     memory_error (status, addr);
   return extract_unsigned_integer (buf, instlen);
This page took 0.024348 seconds and 4 git commands to generate.