diff options
Diffstat (limited to 'gdb/x86-64-linux-nat.c')
-rw-r--r-- | gdb/x86-64-linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/x86-64-linux-nat.c b/gdb/x86-64-linux-nat.c index 66a1b68..d29d0f7 100644 --- a/gdb/x86-64-linux-nat.c +++ b/gdb/x86-64-linux-nat.c @@ -123,7 +123,7 @@ store_regs (int tid, int regno) void supply_fpregset (elf_fpregset_t *fpregsetp) { - x86_64_supply_fxsave ((char *) fpregsetp); + x86_64_supply_fxsave ((const char *) fpregsetp, -1); } /* Fill register REGNUM (if it is a floating-point or SSE register) in |