Fixed a bug which will cause single module build fail

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2135 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2006-12-25 05:26:45 +00:00
parent 3134cc7386
commit 13cbe22d4f
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ public class GlobalData {
Iterator iter = packageList.iterator();
while (iter.hasNext()) {
PackageIdentification pid = (PackageIdentification)iter.next();
moduleId.setPackage(pid);
Spd spd = spdTable.get(pid);
File tempMsaFile = null;
if ((tempMsaFile = spd.getModuleFile(moduleId)) != null ) {