aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/features/i386/i386-mmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/features/i386/i386-mmx.c b/gdb/features/i386/i386-mmx.c
index 6c6d193..7ca2467 100644
--- a/gdb/features/i386/i386-mmx.c
+++ b/gdb/features/i386/i386-mmx.c
@@ -10,6 +10,7 @@ initialize_tdesc_i386_mmx (void)
{
struct target_desc *result = allocate_target_description ();
struct tdesc_feature *feature;
+ struct tdesc_type *field_type;
set_tdesc_architecture (result, bfd_scan_arch ("i386"));