gdb/
[deliverable/binutils-gdb.git] / gdb / amd64-linux-tdep.c
index 88c291d848ab7f913649dd5b71681558a434c8bf..4f6776216d2f20fa12dabcea885f3693e25c3eea 100644 (file)
@@ -1286,7 +1286,7 @@ amd64_linux_core_read_description (struct gdbarch *gdbarch,
                                  bfd *abfd)
 {
   /* Linux/x86-64.  */
-  uint64_t xcr0 = i386_linux_core_read_xcr0 (gdbarch, target, abfd);
+  uint64_t xcr0 = i386_linux_core_read_xcr0 (abfd);
   switch ((xcr0 & I386_XSTATE_AVX_MASK))
     {
     case I386_XSTATE_AVX_MASK:
This page took 0.024034 seconds and 4 git commands to generate.