Commit 3e6e075c by Richard Kenner

(STORE_FLAG_VALUE): Write so works on both 32 and 64-bit host.

From-SVN: r13635
parent 0047bb7d
...@@ -1278,7 +1278,7 @@ extern char *a29k_function_name; ...@@ -1278,7 +1278,7 @@ extern char *a29k_function_name;
and some other value for true. This is the value stored for true, which and some other value for true. This is the value stored for true, which
is just the sign bit. */ is just the sign bit. */
#define STORE_FLAG_VALUE -2147483648 #define STORE_FLAG_VALUE (-2147483647 - 1)
/* Specify the machine mode that pointers have. /* Specify the machine mode that pointers have.
After generation of rtl, the compiler makes no further distinction After generation of rtl, the compiler makes no further distinction
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment