Remove the ASSERT (FALSE) code, just return unsupported.

Signed-off-by: Dong Eric <eric.dong@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13985 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10 2012-12-06 09:10:44 +00:00
parent 3aa764ed74
commit f2e444778e
1 changed files with 0 additions and 7 deletions

View File

@ -1818,13 +1818,6 @@ PeCoffLoaderRelocateImageForRuntime (
FixupData = FixupData + sizeof (UINT64);
break;
case EFI_IMAGE_REL_BASED_HIGHADJ:
//
// Not valid Relocation type for UEFI image, ASSERT
//
ASSERT (FALSE);
break;
default:
//
// Only Itanium requires ConvertPeImage_Ex