mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
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);
|
ImageContext.PeCoffHeaderOffset);
|
||||||
if (PeHdr->OptionalHeader.SectionAlignment != PeHdr->OptionalHeader.FileAlignment) {
|
if (PeHdr->OptionalHeader.SectionAlignment != PeHdr->OptionalHeader.FileAlignment) {
|
||||||
Error (NULL, 0, 0, "Section-Alignment and File-Alignment does not match", FileGuidString);
|
Error (NULL, 0, 0, "Section-Alignment and File-Alignment does not match", FileGuidString);
|
||||||
_asm int 3;
|
|
||||||
free ((VOID *) MemoryImagePointer);
|
free ((VOID *) MemoryImagePointer);
|
||||||
return EFI_ABORTED;
|
return EFI_ABORTED;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user