aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/i386-linux-tdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch/i386-linux-tdesc.h')
-rw-r--r--gdb/arch/i386-linux-tdesc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/arch/i386-linux-tdesc.h b/gdb/arch/i386-linux-tdesc.h
index 2c3c174..1cf2931 100644
--- a/gdb/arch/i386-linux-tdesc.h
+++ b/gdb/arch/i386-linux-tdesc.h
@@ -22,8 +22,9 @@
struct target_desc;
-/* Return the i386 target description corresponding to XCR0. */
+/* Return the i386 target description corresponding to XSTATE_BV. */
-extern const struct target_desc *i386_linux_read_description (uint64_t xcr0);
+extern const struct target_desc *i386_linux_read_description
+ (uint64_t xstate_bv);
#endif /* GDB_ARCH_I386_LINUX_TDESC_H */