mirror of https://github.com/acidanthera/audk.git
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:
parent
c4da108316
commit
0f2da7f1d3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue