Skip to content

Commit

Permalink
Add support to EBC image
Browse files Browse the repository at this point in the history
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1280 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
lgao4 committed Jul 8, 2008
1 parent bea1122 commit 954a79e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/C/Common/BasePeCoff.c
Expand Up @@ -183,7 +183,8 @@ Routine Description:

if (ImageContext->Machine != EFI_IMAGE_MACHINE_IA32 && \
ImageContext->Machine != EFI_IMAGE_MACHINE_IA64 && \
ImageContext->Machine != EFI_IMAGE_MACHINE_X64) {
ImageContext->Machine != EFI_IMAGE_MACHINE_X64 && \
ImageContext->Machine != EFI_IMAGE_MACHINE_EBC) {
//
// upsupported PeImage machine type
//
Expand Down

0 comments on commit 954a79e

Please sign in to comment.