diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/acpi_bert_storage.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/x86/acpi_bert_storage.c b/src/arch/x86/acpi_bert_storage.c index 82ecc5f59f..961faa6118 100644 --- a/src/arch/x86/acpi_bert_storage.c +++ b/src/arch/x86/acpi_bert_storage.c @@ -311,9 +311,9 @@ cper_ia32x64_context_t *new_cper_ia32x64_ctx( "MSR Registers", "32-bit Mode Execution", "64-bit Mode Execution", - "FXSAVE" - "32-bit Mode Debug" - "64-bit Mode Debug" + "FXSAVE", + "32-bit Mode Debug", + "64-bit Mode Debug", "Memory Mapped" }; |