diff options
Diffstat (limited to 'compiler-rt/lib/arm/gtsf2vfp.S')
| -rw-r--r-- | compiler-rt/lib/arm/gtsf2vfp.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/arm/gtsf2vfp.S b/compiler-rt/lib/arm/gtsf2vfp.S index c388865082f..a4a03c60cc7 100644 --- a/compiler-rt/lib/arm/gtsf2vfp.S +++ b/compiler-rt/lib/arm/gtsf2vfp.S @@ -16,8 +16,7 @@ // Uses Darwin calling convention where single precision arguments are passsed // like 32-bit ints // - .globl ___gtsf2vfp -___gtsf2vfp: +DEFINE_COMPILERRT_FUNCTION(__gtsf2vfp) fmsr s14, r0 // move from GPR 0 to float register fmsr s15, r1 // move from GPR 1 to float register fcmps s14, s15 |

