aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc1.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-04 09:27:57 +0000
committerRichard Stallman <rms@gnu.org>1992-03-04 09:27:57 +0000
commit1e12b4c51460bd755c66f537ed05774a3828794c (patch)
treec857107803b46ab4e2b718f6681be1699b2f1fc3 /gcc/libgcc1.c
parent81784237eaee56a864c4e71beed6a43ac522763d (diff)
downloadgcc-1e12b4c51460bd755c66f537ed05774a3828794c.zip
gcc-1e12b4c51460bd755c66f537ed05774a3828794c.tar.gz
gcc-1e12b4c51460bd755c66f537ed05774a3828794c.tar.bz2
*** empty log message ***
From-SVN: r391
Diffstat (limited to 'gcc/libgcc1.c')
-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. */