mirror of https://github.com/acidanthera/audk.git
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:
parent
3aa764ed74
commit
f2e444778e
|
@ -1818,13 +1818,6 @@ PeCoffLoaderRelocateImageForRuntime (
|
||||||
FixupData = FixupData + sizeof (UINT64);
|
FixupData = FixupData + sizeof (UINT64);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case EFI_IMAGE_REL_BASED_HIGHADJ:
|
|
||||||
//
|
|
||||||
// Not valid Relocation type for UEFI image, ASSERT
|
|
||||||
//
|
|
||||||
ASSERT (FALSE);
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
//
|
//
|
||||||
// Only Itanium requires ConvertPeImage_Ex
|
// Only Itanium requires ConvertPeImage_Ex
|
||||||
|
|
Loading…
Reference in New Issue