(STORE_FLAG_VALUE): Write so works on both 32 and 64-bit host.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 15 Feb 1997 13:10:59 +0000 (08:10 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 15 Feb 1997 13:10:59 +0000 (08:10 -0500)
From-SVN: r13635

gcc/config/a29k/a29k.h

index 7ea593b3d42d4cdbbcb26e1b7dfb4eac9a9c3cfc..2b607e786e972face4a1cc6f36782cd9958187e4 100644 (file)
@@ -1278,7 +1278,7 @@ extern char *a29k_function_name;
    and some other value for true.  This is the value stored for true, which
    is just the sign bit.  */
 
-#define STORE_FLAG_VALUE -2147483648
+#define STORE_FLAG_VALUE (-2147483647 - 1)
 
 /* Specify the machine mode that pointers have.
    After generation of rtl, the compiler makes no further distinction