X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellAcpiViewCommandLib%2FParsers%2FPptt%2FPpttParser.c;h=71b6e7ae7c727ee0ea12f74e60c27c4c46e05872;hb=7b84de93948925ea5f6ca7b5e9e3ffd1ef86b44b;hp=345ad337f5649f000cd0e42f1d38d06f4306a16a;hpb=48f43c2c56eeaea63a6b7cb811a21b2a86904d86;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.c b/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.c index 345ad337f5..71b6e7ae7c 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.c +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.c @@ -147,7 +147,7 @@ STATIC CONST ACPI_PARSER IdStructureParser[] = { {L"Length", 1, 1, L"%d", NULL, NULL, NULL, NULL}, {L"Reserved", 2, 2, L"0x%x", NULL, NULL, NULL, NULL}, - {L"VENDOR_ID", 4, 4, L"0x%x", NULL, NULL, NULL, NULL}, + {L"VENDOR_ID", 4, 4, NULL, Dump4Chars, NULL, NULL, NULL}, {L"LEVEL_1_ID", 8, 8, L"0x%x", NULL, NULL, NULL, NULL}, {L"LEVEL_2_ID", 8, 16, L"0x%x", NULL, NULL, NULL, NULL}, {L"MAJOR_REV", 2, 24, L"0x%x", NULL, NULL, NULL, NULL},