]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/CompilerIntrinsicsLib/Arm/uldiv.asm
ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / uldiv.asm
index aed649b15121269a7f1d9afea9d987f2bbd025c3..6b6184ebd3fc60411b04845ebfbf61874ef23233 100644 (file)
@@ -14,9 +14,8 @@
 \r
 \r
 \r
-    EXPORT  __aeabi_uldivmod\r
 \r
-    AREA  Uldivmod, CODE, READONLY\r
+    INCLUDE AsmMacroExport.inc\r
 \r
 ;\r
 ;UINT64\r
@@ -26,7 +25,7 @@
 ;  IN  UINT64   Divisor\r
 ;  )\r
 ;\r
-__aeabi_uldivmod\r
+ RVCT_ASM_EXPORT __aeabi_uldivmod\r
   stmdb   sp!, {r4, r5, r6, lr}\r
   mov     r4, r1\r
   mov     r5, r0\r