From c89ea31f52cd1748166e494d4fdadb19a6bd69a3 Mon Sep 17 00:00:00 2001 From: jcarsey Date: Mon, 2 May 2011 16:43:15 +0000 Subject: fix printout from SmbiosView command. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11605 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShellPkg/Library') diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c index 5e31283013..7a7caac456 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c @@ -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)) { -- cgit v1.2.3