Changed codea/snafu_06
authorSnafu <stuff@c-gabriel.at>
Sun, 16 May 2010 20:55:08 +0000 (22:55 +0200)
committerSnafu <stuff@c-gabriel.at>
Sun, 16 May 2010 20:55:08 +0000 (22:55 +0200)
codea/snafu_06.0
codea/snafu_06.call

index 1803c6c97daf24c4b8da8b323d7db25067d95900..fc32cff6248d5cd323260e2969327b4841fda532 100644 (file)
@@ -1,5 +1,5 @@
 method test64()
-       return this - -0x80808080;
+       return this - -2139062144;
 end;
 
 method num()
index c618c4d61082f74d03da574b8798ae728af38a5b..e792f9693ffb74792a591c4974101728d80d9ef8 100644 (file)
@@ -1,5 +1,5 @@
 long test64(long);
 
-RET((test64(0x1000000000) ==  (long) 0x1000000000 + (int) 0x80808080) 
+RET((test64(0x1000000000) ==  (long) 0x1000000000 - (int) 0x80808080) 
        && (num(0) == -4)
        && (num2(0) == 26));