mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-22 13:14:26 +02:00
add in data type cast to ensure stringent compilers are happy.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5086 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
68fc9ba486
commit
f62c116eba
@ -185,7 +185,7 @@ AppendToUpdateBuffer (
|
|||||||
}
|
}
|
||||||
|
|
||||||
CopyMem (UefiData->Data + UefiData->Offset, OpCodeBuf, BufSize);
|
CopyMem (UefiData->Data + UefiData->Offset, OpCodeBuf, BufSize);
|
||||||
UefiData->Offset += BufSize;
|
UefiData->Offset += (UINT32) BufSize;
|
||||||
|
|
||||||
return EFI_SUCCESS;
|
return EFI_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user