* amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
	comment.
This commit is contained in:
Yao Qi
2012-03-20 07:08:55 +00:00
parent 410978029e
commit 741e63d7a8
2 changed files with 6 additions and 1 deletions

View File

@ -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 =