diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/amd64-tdep.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aad141b..bbfbf8b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-03-20 Yao Qi <yao@codesourcery.com> + + * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in + comment. + 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com> Code cleanupp: Use cu_offset and sect_offset compile time type checking. diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c index ea65d0d..a193099 100644 --- a/gdb/amd64-tdep.c +++ b/gdb/amd64-tdep.c @@ -1258,7 +1258,7 @@ amd64_displaced_step_copy_insn (struct gdbarch *gdbarch, struct regcache *regs) { int len = gdbarch_max_insn_length (gdbarch); - /* Extra space for sentinels so fixup_{riprel,displaced_copy don't have to + /* Extra space for sentinels so fixup_{riprel,displaced_copy} don't have to continually watch for running off the end of the buffer. */ int fixup_sentinel_space = len; struct displaced_step_closure *dsc = |