diff options
author | Yao Qi <yao@codesourcery.com> | 2012-03-20 07:08:55 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-03-20 07:08:55 +0000 |
commit | 741e63d7a8526e7c2424a51c8e3f61d685855c5f (patch) | |
tree | 242caec347f53c9b8e4db7364a5c84d24e093959 /gdb/amd64-tdep.c | |
parent | 410978029e935ae8dd85153f327c53d5b5804ae0 (diff) | |
download | gdb-741e63d7a8526e7c2424a51c8e3f61d685855c5f.zip gdb-741e63d7a8526e7c2424a51c8e3f61d685855c5f.tar.gz gdb-741e63d7a8526e7c2424a51c8e3f61d685855c5f.tar.bz2 |
gdb/
* amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
comment.
Diffstat (limited to 'gdb/amd64-tdep.c')
-rw-r--r-- | gdb/amd64-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |