Commit 2d9493a4 by Joern Rennecke

Apply Andrew Pinski's amendment (i.e. use __SIZE_TYPE__)

From-SVN: r116562
parent 2de9107a
...@@ -16,7 +16,7 @@ void ...@@ -16,7 +16,7 @@ void
g (int i) g (int i)
{ {
if (!i_glob) if (!i_glob)
exit ((int)(long long) &i); exit ((__SIZE_TYPE__) & i);
} }
static void static void
......
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