提交 50cf6148 编写于 作者: V vit9696

OcAppleKernelLib: Fix compiler warning in MSVC

上级 69954a61
......@@ -246,7 +246,7 @@ PrelinkedContextInit (
if (!MachoInitializeContext (
&Context->InnerMachContext,
&Context->Prelinked[Segment->FileOffset],
Context->PrelinkedSize - Segment->FileOffset)) {
(UINT32) (Context->PrelinkedSize - Segment->FileOffset))) {
return EFI_INVALID_PARAMETER;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册