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:
jcarsey 2011-05-02 16:43:15 +00:00
parent d0885670b1
commit c89ea31f52
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ SmbiosPrintStructure (
// Processor Information (Type 4)
//
case 4:
PRINT_STRUCT_VALUE (Struct, Type4, Socket);
PRINT_PENDING_STRING (Struct, Type4, Socket);
DisplayProcessorType (Struct->Type4->ProcessorType, Option);
if ((SmbiosMajorVersion > 0x2 || (SmbiosMajorVersion == 0x2 && SmbiosMinorVersion >= 0x6)) &&
(Struct->Type4->ProcessorFamily == 0xFE)) {