diff options
author | wuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-11-23 08:24:42 +0000 |
---|---|---|
committer | wuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-11-23 08:24:42 +0000 |
commit | 0f2da7f1d325a3709514872a34ad50d950310281 (patch) | |
tree | 8fdb97f12b5f7ecf351aa1c9616ca927364453ef /Tools/CCode/Source | |
parent | c4da10831678e40a80071b7234273545bbc2a38b (diff) | |
download | edk2-platforms-0f2da7f1d325a3709514872a34ad50d950310281.tar.xz |
A minor mistake. Remove debug info.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2005 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode/Source')
-rw-r--r-- | Tools/CCode/Source/PeiRebase/PeiRebaseExe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/CCode/Source/PeiRebase/PeiRebaseExe.c b/Tools/CCode/Source/PeiRebase/PeiRebaseExe.c index 8537d69f68..2d28a83066 100644 --- a/Tools/CCode/Source/PeiRebase/PeiRebaseExe.c +++ b/Tools/CCode/Source/PeiRebase/PeiRebaseExe.c @@ -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;
}
|