Fix ICC build break.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8158 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -515,7 +515,7 @@ DisplayForm (
|
||||
}
|
||||
|
||||
if (Statement->DisableExpression != NULL) {
|
||||
Suppress = Suppress || Statement->DisableExpression->Result.Value.b;
|
||||
Suppress = (BOOLEAN) (Suppress || Statement->DisableExpression->Result.Value.b);
|
||||
}
|
||||
|
||||
if (!Suppress) {
|
||||
|
Reference in New Issue
Block a user