diff options
Diffstat (limited to 'ArmPkg/Library/CompilerIntrinsicsLib/Arm/clzsi2.S')
-rw-r--r-- | ArmPkg/Library/CompilerIntrinsicsLib/Arm/clzsi2.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/clzsi2.S b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/clzsi2.S index 9b12731613..7fcdbbd9fd 100644 --- a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/clzsi2.S +++ b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/clzsi2.S @@ -14,9 +14,9 @@ .text .align 2 - .globl ___clzsi2 -___clzsi2: - @ args = 0, pretend = 0, frame = 0 + .globl ASM_PFX(__clzsi2) + +ASM_PFX(__clzsi2): @ frame_needed = 1, uses_anonymous_args = 0 stmfd sp!, {r7, lr} add r7, sp, #0 |