aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/andd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/instr/andd.c')
-rw-r--r--test/mppa/instr/andd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/instr/andd.c b/test/mppa/instr/andd.c
index 4f503764..5a2c7863 100644
--- a/test/mppa/instr/andd.c
+++ b/test/mppa/instr/andd.c
@@ -1,5 +1,5 @@
#include "framework.h"
BEGIN_TEST(long long)
- return a&b;
+ c = a&b;
END_TEST()