mirror of https://github.com/acidanthera/audk.git
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:
parent
b14e2fcfd0
commit
25fbcc0a58
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue