From 8df5469361c209cae91a02e0f4b6c6c49bf89cce Mon Sep 17 00:00:00 2001 From: Snafu Date: Sun, 16 May 2010 22:55:08 +0200 Subject: [PATCH] Changed codea/snafu_06 --- codea/snafu_06.0 | 2 +- codea/snafu_06.call | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)); -- 2.25.1