Fix the prediction warnings in DxeMain.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5190 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -272,7 +272,7 @@ FvCheck (
|
||||
//
|
||||
// Scan to check the free space & File list
|
||||
//
|
||||
if (FvbAttributes & EFI_FVB2_ERASE_POLARITY) {
|
||||
if ((FvbAttributes & EFI_FVB2_ERASE_POLARITY) != 0) {
|
||||
FvDevice->ErasePolarity = 1;
|
||||
} else {
|
||||
FvDevice->ErasePolarity = 0;
|
||||
|
Reference in New Issue
Block a user