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:
lgao4
2009-04-23 07:30:09 +00:00
parent 14c6da21c6
commit 7da7367655
3 changed files with 3 additions and 3 deletions

View File

@@ -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) {