Fix IA32 build fail.
Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13377 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -259,7 +259,7 @@ FwVolInheritAuthenticationStatus (
|
||||
//
|
||||
// Both FVs don't contain extension header, then compare their whole FV Image.
|
||||
//
|
||||
if (CompareMem ((VOID *) FvHeader, (VOID *) CachedFvHeader, FvHeader->FvLength) == 0) {
|
||||
if (CompareMem ((VOID *) FvHeader, (VOID *) CachedFvHeader, (UINTN) FvHeader->FvLength) == 0) {
|
||||
//
|
||||
// Found the FV image section where the firmware volume came from
|
||||
// and then inherit authentication status from it.
|
||||
|
Reference in New Issue
Block a user