mirror of https://github.com/acidanthera/audk.git
fix printout from SmbiosView command.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11605 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d0885670b1
commit
c89ea31f52
|
@ -313,7 +313,7 @@ SmbiosPrintStructure (
|
||||||
// Processor Information (Type 4)
|
// Processor Information (Type 4)
|
||||||
//
|
//
|
||||||
case 4:
|
case 4:
|
||||||
PRINT_STRUCT_VALUE (Struct, Type4, Socket);
|
PRINT_PENDING_STRING (Struct, Type4, Socket);
|
||||||
DisplayProcessorType (Struct->Type4->ProcessorType, Option);
|
DisplayProcessorType (Struct->Type4->ProcessorType, Option);
|
||||||
if ((SmbiosMajorVersion > 0x2 || (SmbiosMajorVersion == 0x2 && SmbiosMinorVersion >= 0x6)) &&
|
if ((SmbiosMajorVersion > 0x2 || (SmbiosMajorVersion == 0x2 && SmbiosMinorVersion >= 0x6)) &&
|
||||||
(Struct->Type4->ProcessorFamily == 0xFE)) {
|
(Struct->Type4->ProcessorFamily == 0xFE)) {
|
||||||
|
|
Loading…
Reference in New Issue