aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/libgcc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc1.c b/gcc/libgcc1.c
index 762f514..b7235b2 100644
--- a/gcc/libgcc1.c
+++ b/gcc/libgcc1.c
@@ -201,7 +201,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#ifndef perform_lesf2
-#define perform_lesf2(a, b) return 1 - (a >= b);
+#define perform_lesf2(a, b) return 1 - (a <= b);
#endif
/* Define the C data type to use for an SImode value. */