Remove argument pc in get_next_pcs
[deliverable/binutils-gdb.git] / gdb / arm-linux-tdep.c
index f6a831ad31eb72c4bad52671b5d68304f157165f..3421f3b6ea05e3a1bc71600cde38ffd9e13fb3c5 100644 (file)
@@ -947,7 +947,7 @@ arm_linux_software_single_step (struct frame_info *frame)
                         1,
                         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++)
     {
This page took 0.024056 seconds and 4 git commands to generate.