Remove a typo

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9429 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2009-11-16 04:53:48 +00:00
parent ca577976b4
commit 1b620adba6

@ -237,7 +237,7 @@ PeiLoadImageLoadImage (
SearchType1 = EFI_SECTION_PE32;
SearchType2 = EFI_SECTION_TE;
}
asm ("int $3");
//
// Try to find a first exe section (if PcdPeiCoreImageLoaderSearchTeSectionFirst
// is true, TE will be searched first).