diff options
Diffstat (limited to 'gas/config/tc-i386.h')
-rw-r--r-- | gas/config/tc-i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index e303a39..78c7ad3 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -186,7 +186,7 @@ typedef struct { const char *name; /* arch name */ enum processor_type type; /* arch type */ - unsigned int flags; /* cpu feature flags */ + i386_cpu_flags flags; /* cpu feature flags */ } arch_entry; |