X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FLibrary%2FCompilerIntrinsicsLib%2FArm%2Fldivmod.asm;fp=ArmPkg%2FLibrary%2FCompilerIntrinsicsLib%2FArm%2Fldivmod.asm;h=c71bd59e4520768290a43ed63a68f8090c78b355;hp=9c14e89a01964ff2062de2cf94baaa4c17f8bbba;hb=efda17751344965c7f51cbd0660ed6a59e2de855;hpb=e04671e81a7fe842f640a926171048e5524b46e0 diff --git a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ldivmod.asm b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ldivmod.asm index 9c14e89a01..c71bd59e45 100644 --- a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ldivmod.asm +++ b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ldivmod.asm @@ -13,10 +13,9 @@ //------------------------------------------------------------------------------ - EXPORT __aeabi_ldivmod EXTERN __aeabi_uldivmod - AREA Math, CODE, READONLY + INCLUDE AsmMacroExport.inc ; ;UINT32 @@ -27,7 +26,7 @@ ; ); ; -__aeabi_ldivmod + RVCT_ASM_EXPORT __aeabi_ldivmod PUSH {r4,lr} ASRS r4,r1,#1 EOR r4,r4,r3,LSR #1