diff options
Diffstat (limited to 'ArmPkg/Library/CompilerIntrinsicsLib/Arm/uldiv.asm')
-rw-r--r-- | ArmPkg/Library/CompilerIntrinsicsLib/Arm/uldiv.asm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/uldiv.asm b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/uldiv.asm index aed649b151..6b6184ebd3 100644 --- a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/uldiv.asm +++ b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/uldiv.asm @@ -14,9 +14,8 @@ - EXPORT __aeabi_uldivmod
- AREA Uldivmod, CODE, READONLY
+ INCLUDE AsmMacroExport.inc
;
;UINT64
@@ -26,7 +25,7 @@ ; IN UINT64 Divisor
; )
;
-__aeabi_uldivmod
+ RVCT_ASM_EXPORT __aeabi_uldivmod
stmdb sp!, {r4, r5, r6, lr}
mov r4, r1
mov r5, r0
|