mirror of https://github.com/acidanthera/audk.git
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);
|
||||
UefiData->Offset += BufSize;
|
||||
UefiData->Offset += (UINT32) BufSize;
|
||||
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue