Change gdbarch software_single_step frame_info to regcache
[deliverable/binutils-gdb.git] / gdb / spu-tdep.c
index d16b68f6274ae8255e8cb6a516d282a813511859..a7c2bf02daa6760970ba52c3649946266b2e623f 100644 (file)
@@ -1611,9 +1611,8 @@ spu_memory_remove_breakpoint (struct gdbarch *gdbarch,
 /* Software single-stepping support.  */
 
 static VEC (CORE_ADDR) *
-spu_software_single_step (struct frame_info *frame)
+spu_software_single_step (struct regcache *regcache)
 {
-  struct regcache *regcache = get_current_regcache ();
   struct gdbarch *gdbarch = get_regcache_arch (regcache);
   enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
   CORE_ADDR pc, next_pc;
This page took 0.025623 seconds and 4 git commands to generate.