diff options
Diffstat (limited to 'compiler-rt/lib/arm/aeabi_fcmp.S')
| -rw-r--r-- | compiler-rt/lib/arm/aeabi_fcmp.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/arm/aeabi_fcmp.S b/compiler-rt/lib/arm/aeabi_fcmp.S index 576a33f2554..ac3f54721f7 100644 --- a/compiler-rt/lib/arm/aeabi_fcmp.S +++ b/compiler-rt/lib/arm/aeabi_fcmp.S @@ -30,7 +30,8 @@ DEFINE_COMPILERRT_FUNCTION(__aeabi_fcmp ## cond) \ pop { r4, pc } SEPARATOR \ 1: SEPARATOR \ mov r0, #1 SEPARATOR \ - pop { r4, pc } + pop { r4, pc } SEPARATOR \ +END_COMPILERRT_FUNCTION(__aeabi_fcmp ## cond) DEFINE_AEABI_FCMP(eq) DEFINE_AEABI_FCMP(lt) |

