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 5dde69c..155683c 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -160,7 +160,7 @@ amd64_collect_native_gregset (const struct regcache *regcache, int offset = amd64_native_gregset_reg_offset (gdbarch, i); if (offset != -1) - regcache_raw_collect (regcache, i, regs + offset); + regcache->raw_collect (i, regs + offset); } } } |