Modernize configure.ac's
[deliverable/binutils-gdb.git] / gdb / arm-tdep.c
index ccc2a038a094eadad9a7930e4f18353d4e39dc95..5a2d490df77905d6cf6a82041c7304b57581a82d 100644 (file)
@@ -6186,7 +6186,7 @@ arm_software_single_step (struct frame_info *frame)
                         0,
                         regcache);
 
-  next_pcs = arm_get_next_pcs (&next_pcs_ctx, regcache_read_pc (regcache));
+  next_pcs = arm_get_next_pcs (&next_pcs_ctx);
 
   for (i = 0; VEC_iterate (CORE_ADDR, next_pcs, i, pc); i++)
     arm_insert_single_step_breakpoint (gdbarch, aspace, pc);
This page took 0.024078 seconds and 4 git commands to generate.