diff options
-rw-r--r-- | compiler-rt/lib/arm/udivmodsi4.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/arm/udivmodsi4.S b/compiler-rt/lib/arm/udivmodsi4.S index cb0b3819706..7e870d2e90a 100644 --- a/compiler-rt/lib/arm/udivmodsi4.S +++ b/compiler-rt/lib/arm/udivmodsi4.S @@ -25,7 +25,7 @@ .text #if !__ARM_ARCH_EXT_IDIV__ .arm -#endi +#endif .p2align 2 DEFINE_COMPILERRT_FUNCTION(__udivmodsi4) #if __ARM_ARCH_EXT_IDIV__ |