diff options
Diffstat (limited to 'gdb/amd64obsd-tdep.c')
-rw-r--r-- | gdb/amd64obsd-tdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/amd64obsd-tdep.c b/gdb/amd64obsd-tdep.c index fc7ae2f..f5dd259 100644 --- a/gdb/amd64obsd-tdep.c +++ b/gdb/amd64obsd-tdep.c @@ -167,7 +167,7 @@ int amd64obsd_r_reg_offset[] = 0 * 8, /* %rdi */ 12 * 8, /* %rbp */ 15 * 8, /* %rsp */ - 4 * 8, /* %r8 .. */ + 4 * 8, /* %r8 .. */ 5 * 8, 6 * 8, 7 * 8, @@ -196,7 +196,7 @@ static int amd64obsd_sc_reg_offset[] = 0 * 8, /* %rdi */ 12 * 8, /* %rbp */ 24 * 8, /* %rsp */ - 4 * 8, /* %r8 ... */ + 4 * 8, /* %r8 ... */ 5 * 8, 6 * 8, 7 * 8, @@ -225,7 +225,7 @@ static int amd64obsd_uthread_reg_offset[] = 13 * 8, /* %rdi */ 15 * 8, /* %rbp */ -1, /* %rsp */ - 12 * 8, /* %r8 ... */ + 12 * 8, /* %r8 ... */ 11 * 8, 10 * 8, 9 * 8, |