* readelf.c (dynamic_info): Correct size of array.
[deliverable/binutils-gdb.git] / gdb / arm-tdep.c
index 21d65f38fe2d79b75e1ba3a61ee9953b6b7f1d17..063e8f5af0cb433a2c1af51118552ee46450e77f 100644 (file)
@@ -2792,13 +2792,14 @@ int
 arm_software_single_step (struct frame_info *frame)
 {
   struct gdbarch *gdbarch = get_frame_arch (frame);
+  struct address_space *aspace = get_frame_address_space (frame);
 
   /* NOTE: This may insert the wrong breakpoint instruction when
      single-stepping over a mode-changing instruction, if the
      CPSR heuristics are used.  */
 
   CORE_ADDR next_pc = arm_get_next_pc (frame, get_frame_pc (frame));
-  insert_single_step_breakpoint (gdbarch, next_pc);
+  insert_single_step_breakpoint (gdbarch, aspace, next_pc);
 
   return 1;
 }
This page took 0.027057 seconds and 4 git commands to generate.