diff options
Diffstat (limited to 'gcc/config/arm/ieee754-sf.S')
| -rw-r--r-- | gcc/config/arm/ieee754-sf.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/ieee754-sf.S b/gcc/config/arm/ieee754-sf.S index d326195..f74f458 100644 --- a/gcc/config/arm/ieee754-sf.S +++ b/gcc/config/arm/ieee754-sf.S @@ -705,7 +705,7 @@ LSYM(Ldv_s): beq LSYM(Lml_z) @ <anything> / INF -> 0 mov r0, r1 b LSYM(Lml_n) @ <anything> / NAN -> NAN -2: @ If both are non-zero, we need to normalize and resume above. +2: @ If both are nonzero, we need to normalize and resume above. bics ip, r0, #0x80000000 bicnes ip, r1, #0x80000000 bne LSYM(Ldv_d) |
