summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm')
-rwxr-xr-xArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm5
1 files changed, 2 insertions, 3 deletions
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