Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has already been checked into BaseTools project.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11350 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish
2011-03-08 00:12:30 +00:00
parent a1fe1d6dd8
commit 2d7df6428c
5 changed files with 10 additions and 4 deletions

View File

@ -1012,7 +1012,7 @@ Returns:
Array = mImageContextModHandleArray;
for (Index = 0; Index < mImageContextModHandleArraySize; Index++, Array++) {
if ((Array->ImageContext == ImageContext)) {
if (Array->ImageContext == ImageContext) {
//
// If you find a match return it and delete the entry
//