aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64bsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/amd64bsd-nat.c')
-rw-r--r--gdb/amd64bsd-nat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/amd64bsd-nat.c b/gdb/amd64bsd-nat.c
index fb7e4fa..e278a91 100644
--- a/gdb/amd64bsd-nat.c
+++ b/gdb/amd64bsd-nat.c
@@ -65,7 +65,7 @@ amd64bsd_fetch_inferior_registers (struct target_ops *ops,
{
struct fpreg fpregs;
#ifdef PT_GETXSTATE_INFO
- char *xstateregs;
+ void *xstateregs;
if (amd64bsd_xsave_len != 0)
{
@@ -118,7 +118,7 @@ amd64bsd_store_inferior_registers (struct target_ops *ops,
{
struct fpreg fpregs;
#ifdef PT_GETXSTATE_INFO
- char *xstateregs;
+ void *xstateregs;
if (amd64bsd_xsave_len != 0)
{