提交 dbb8c0a9 编写于 作者: G Goldfish64

OcAcpiLib: Fix cast

上级 baa6e8de
......@@ -572,7 +572,7 @@ AcpiInitContext (
Context->Tables[DstIndex]->Signature,
Context->Tables[DstIndex]
));
LegacyRegionUnlock ((UINTN)Context->Tables[DstIndex], Context->Tables[DstIndex]->Length);
LegacyRegionUnlock ((UINT32)Context->Tables[DstIndex], Context->Tables[DstIndex]->Length);
}
if (Context->Tables[DstIndex]->Signature == EFI_ACPI_6_2_FIXED_ACPI_DESCRIPTION_TABLE_SIGNATURE) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册