Add partial IA32x64 CPER-JSON support.
diff --git a/ir-parse.c b/ir-parse.c
index 5eaa1ac..c2fef1a 100644
--- a/ir-parse.c
+++ b/ir-parse.c
@@ -65,8 +65,8 @@
         //Find the correct section type, and parse.
         if (guid_equal(&descriptors[i]->SectionType, &gEfiProcessorGenericErrorSectionGuid))
             ir_section_generic_to_cper(section, out);
-        // else if (guid_equal(&descriptors[i]->SectionType, &gEfiIa32X64ProcessorErrorSectionGuid))
-        //     ir_section_ia32x64_to_cper(section, out);
+        else if (guid_equal(&descriptors[i]->SectionType, &gEfiIa32X64ProcessorErrorSectionGuid))
+            ir_section_ia32x64_to_cper(section, out);
         // else if (guid_equal(&descriptors[i]->SectionType, &gEfiIpfProcessorErrorSectionGuid))
         //     ir_section_ipf_to_cper(section, out);
         // else if (guid_equal(&descriptors[i]->SectionType, &gEfiArmProcessorErrorSectionGuid))