A minor mistake. Remove debug info.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2005 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
wuyizhong 2006-11-23 08:24:42 +00:00
parent c4da108316
commit 0f2da7f1d3
1 changed files with 0 additions and 1 deletions

View File

@ -706,7 +706,6 @@ Returns:
ImageContext.PeCoffHeaderOffset);
if (PeHdr->OptionalHeader.SectionAlignment != PeHdr->OptionalHeader.FileAlignment) {
Error (NULL, 0, 0, "Section-Alignment and File-Alignment does not match", FileGuidString);
_asm int 3;
free ((VOID *) MemoryImagePointer);
return EFI_ABORTED;
}