diff options
Diffstat (limited to 'gdb/amd64-nat.c')
-rw-r--r-- | gdb/amd64-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c index fb3f522..453cc70 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -129,7 +129,7 @@ amd64_collect_native_gregset (const struct regcache *regcache, num_regs = amd64_native_gregset32_num_regs; /* Make sure %eax, %ebx, %ecx, %edx, %esi, %edi, %ebp, %esp and - %eip get zero-extended to 64 bits. */ + %eip get zero-extended to 64 bits. */ for (i = 0; i <= I386_EIP_REGNUM; i++) { if (regnum == -1 || regnum == i) |