summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/CompilerIntrinsicsLib/Arm/lasr.asm
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Library/CompilerIntrinsicsLib/Arm/lasr.asm')
-rw-r--r--ArmPkg/Library/CompilerIntrinsicsLib/Arm/lasr.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/lasr.asm b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/lasr.asm
index feb267a65e..35723ff173 100644
--- a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/lasr.asm
+++ b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/lasr.asm
@@ -13,9 +13,8 @@
//------------------------------------------------------------------------------
- EXPORT __aeabi_lasr
- AREA Math, CODE, READONLY
+ INCLUDE AsmMacroExport.inc
;
;UINT32
@@ -25,7 +24,7 @@
; IN UINT32 Divisor
; );
;
-__aeabi_lasr
+ RVCT_ASM_EXPORT __aeabi_lasr
SUBS r3,r2,#0x20
BPL {pc} + 0x18 ; 0x1c
RSB r3,r2,#0x20