未验证 提交 b9fbfeac 编写于 作者: V Vitaly Cheptsov 提交者: GitHub

OcDeviceMiscLib: Fix compilation on MSVC

上级 b5943d59
......@@ -243,7 +243,7 @@ OcReloadOptionRoms (
if (BindingHandleCount == 0) {
HandleIndex = ConvertHandleToHandleIndex (HandleArray[Index]);
UnicodeSPrint (RomFileName, sizeof (RomFileName), L"Handle%X", HandleIndex);
Status = ReloadPciRom (PciIo->RomImage, PciIo->RomSize, RomFileName);
Status = ReloadPciRom (PciIo->RomImage, (UINTN) PciIo->RomSize, RomFileName);
if (EFI_ERROR (ReturnStatus)) {
ReturnStatus = Status;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册