diff options
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/cpu.c b/src/arch/x86/cpu.c index 7a7c99b0a0..6bbeb59464 100644 --- a/src/arch/x86/cpu.c +++ b/src/arch/x86/cpu.c @@ -116,7 +116,7 @@ static struct { { X86_VENDOR_SIS, "SiS SiS SiS ", }, }; -static const char * const x86_vendor_name[] = { +static const char *const x86_vendor_name[] = { [X86_VENDOR_INTEL] = "Intel", [X86_VENDOR_CYRIX] = "Cyrix", [X86_VENDOR_AMD] = "AMD", |