diff options
Diffstat (limited to 'gdb/amd64-fbsd-nat.c')
-rw-r--r-- | gdb/amd64-fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-fbsd-nat.c b/gdb/amd64-fbsd-nat.c index 1fe0d56..f3ddbdd 100644 --- a/gdb/amd64-fbsd-nat.c +++ b/gdb/amd64-fbsd-nat.c @@ -179,7 +179,7 @@ amd64fbsd_read_description (struct target_ops *ops) } #endif if (is64) - return tdesc_amd64; + return amd64_target_description (X86_XSTATE_SSE_MASK); else return tdesc_i386; } |