mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
gdb/
* amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in comment.
This commit is contained in:
@ -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 =
|
||||
|
Reference in New Issue
Block a user