From 0b9d1deb832dc93ce381f15f8e9774973f45e56e Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 23 Nov 2018 18:05:06 +0100 Subject: Fixed andd test not consistent with the rest --- test/mppa/instr/andd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mppa') 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() -- cgit