summaryrefslogtreecommitdiff
path: root/ShellPkg/Library
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2011-05-02 16:43:15 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2011-05-02 16:43:15 +0000
commitc89ea31f52cd1748166e494d4fdadb19a6bd69a3 (patch)
tree1f2d9a93751c4fa0735dba99c674660ac2b162b5 /ShellPkg/Library
parentd0885670b1df4f7c3fbc064d5527b0d6795b506c (diff)
downloadedk2-platforms-c89ea31f52cd1748166e494d4fdadb19a6bd69a3.tar.xz
fix printout from SmbiosView command.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11605 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c2
1 files changed, 1 insertions, 1 deletions
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)) {