Skip to content

Commit 4edb28b

Browse files
committed
Use DEFINE_COMPILERRT_THUMB_FUNCTION in Thumb1
1 parent 8c7228f commit 4edb28b

File tree

1 file changed

+1
-1
lines changed
  • compiler-rt/lib/builtins/arm/thumb1

1 file changed

+1
-1
lines changed

compiler-rt/lib/builtins/arm/thumb1/mulsf3.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_fmul, __mulsf3)
2323

24-
DEFINE_COMPILERRT_FUNCTION(__mulsf3)
24+
DEFINE_COMPILERRT_THUMB_FUNCTION(__mulsf3)
2525
PUSH {r4,r5,r6,lr}
2626

2727
// Get exponents of the inputs, and check for uncommon values. In the process

0 commit comments

Comments
 (0)