diff options
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Translate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Translate.c b/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Translate.c index 38b1697156..324ee36fb9 100644 --- a/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Translate.c +++ b/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/Translate.c @@ -217,7 +217,7 @@ SmbiosProcessDataRecord ( StructureNode->SmbiosType = Conversion->SmbiosType;
}
- StructureNode->SmbiosHandle = 0;
+ StructureNode->SmbiosHandle = SMBIOS_HANDLE_PI_RESERVED;
Status = SmbiosProtocolCreateRecord (
NULL,
StructureNode
@@ -530,7 +530,7 @@ GetSmbiosBufferFromHandle ( EFI_SMBIOS_TABLE_HEADER *RecordInSmbiosDatabase;
EFI_STATUS Status;
- SearchingHandle = 0;
+ SearchingHandle = SMBIOS_HANDLE_PI_RESERVED;
Smbios = GetSmbiosProtocol();
ASSERT (Smbios != NULL);
|