From: Snafu Date: Sun, 16 May 2010 20:55:08 +0000 (+0200) Subject: Changed codea/snafu_06 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=commitdiff_plain;h=8df5469361c209cae91a02e0f4b6c6c49bf89cce Changed codea/snafu_06 --- diff --git a/codea/snafu_06.0 b/codea/snafu_06.0 index 1803c6c..fc32cff 100644 --- a/codea/snafu_06.0 +++ b/codea/snafu_06.0 @@ -1,5 +1,5 @@ method test64() - return this - -0x80808080; + return this - -2139062144; end; method num() diff --git a/codea/snafu_06.call b/codea/snafu_06.call index c618c4d..e792f96 100644 --- a/codea/snafu_06.call +++ b/codea/snafu_06.call @@ -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));