diff options
Diffstat (limited to 'gdb/arc-linux-tdep.c')
-rw-r--r-- | gdb/arc-linux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arc-linux-tdep.c b/gdb/arc-linux-tdep.c index 01c591f..69980f9 100644 --- a/gdb/arc-linux-tdep.c +++ b/gdb/arc-linux-tdep.c @@ -428,7 +428,7 @@ arc_linux_software_single_step (struct regcache *regcache) CORE_ADDR next_pc = arc_insn_get_linear_next_pc (curr_insn); std::vector<CORE_ADDR> next_pcs; - /* For instructions with delay slots, the fall thru is not the + /* For instructions with delay slots, the fall through is not the instruction immediately after the current instruction, but the one after that. */ if (curr_insn.has_delay_slot) |