* gdbcore.h (read_memory_nobpt): New function name instead of
[deliverable/binutils-gdb.git] / gdb / hppa-linux-tdep.c
index c5d23f9e02ad809e0e50bf8f1ec4dc5d7f736ea8..eb5e858a36523037ab3c2a17e00e37ad423d6237 100644 (file)
@@ -102,7 +102,7 @@ insns_match_pattern (CORE_ADDR pc,
     {
       char buf[4];
 
-      deprecated_read_memory_nobpt (npc, buf, 4);
+      read_memory_nobpt (npc, buf, 4);
       insn[i] = extract_unsigned_integer (buf, 4);
       if ((insn[i] & pattern[i].mask) == pattern[i].data)
         npc += 4;
This page took 0.023327 seconds and 4 git commands to generate.