mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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);
|
||||
break;
|
||||
|
||||
case EFI_IMAGE_REL_BASED_HIGHADJ:
|
||||
//
|
||||
// Not valid Relocation type for UEFI image, ASSERT
|
||||
//
|
||||
ASSERT (FALSE);
|
||||
break;
|
||||
|
||||
default:
|
||||
//
|
||||
// Only Itanium requires ConvertPeImage_Ex
|
||||
|
Loading…
x
Reference in New Issue
Block a user