diff options
Diffstat (limited to 'gdb/arm-linux-tdep.c')
-rw-r--r-- | gdb/arm-linux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c index 2870bd1..6050bdf 100644 --- a/gdb/arm-linux-tdep.c +++ b/gdb/arm-linux-tdep.c @@ -931,7 +931,7 @@ arm_linux_software_single_step (struct frame_info *frame) &arm_linux_get_next_pcs_ops, gdbarch_byte_order (gdbarch), gdbarch_byte_order_for_code (gdbarch), - gdbarch_tdep (gdbarch)->thumb2_breakpoint, + 1, regcache); next_pcs = arm_get_next_pcs (&next_pcs_ctx, regcache_read_pc (regcache)); |