X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FLibrary%2FCompilerIntrinsicsLib%2FArm%2Fmemmove.asm;fp=ArmPkg%2FLibrary%2FCompilerIntrinsicsLib%2FArm%2Fmemmove.asm;h=09773b0c7559eabcef8bfc0d8bbe202d62d36cca;hp=2147e29dbd26b3a00f2be35a9403159497c97942;hb=efda17751344965c7f51cbd0660ed6a59e2de855;hpb=e04671e81a7fe842f640a926171048e5524b46e0 diff --git a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm index 2147e29dbd..09773b0c75 100755 --- a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm +++ b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm @@ -13,9 +13,8 @@ //------------------------------------------------------------------------------ - EXPORT __aeabi_memmove - AREA Memmove, CODE, READONLY + INCLUDE AsmMacroExport.inc ; ;VOID @@ -26,7 +25,7 @@ ; IN UINT32 Size ; ); ; -__aeabi_memmove + RVCT_ASM_EXPORT __aeabi_memmove CMP r2, #0 BXEQ lr CMP r0, r1