* rs6000-nat.c (exec_one_dummy_insn): Add missing new ASPACE parameter
[deliverable/binutils-gdb.git] / gdb / rs6000-nat.c
index 82730464f943594e7673cee511ff07d24a094201..4e6cf96adc4719c33b6139de634b5163a1064416 100644 (file)
@@ -590,7 +590,7 @@ exec_one_dummy_insn (struct regcache *regcache)
      assume that this address will never be executed again by the real
      code. */
 
-  bp = deprecated_insert_raw_breakpoint (gdbarch, DUMMY_INSN_ADDR);
+  bp = deprecated_insert_raw_breakpoint (gdbarch, NULL, DUMMY_INSN_ADDR);
 
   /* You might think this could be done with a single ptrace call, and
      you'd be correct for just about every platform I've ever worked
This page took 0.023612 seconds and 4 git commands to generate.