From 9fe8ccf4ae09018fdde01a9d83f9db10ad354221 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 29 Jun 2024 20:11:34 +0300 Subject: work through branching instructions --- tests/andr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/andr.c') diff --git a/tests/andr.c b/tests/andr.c index e714794..ada0751 100644 --- a/tests/andr.c +++ b/tests/andr.c @@ -94,7 +94,7 @@ int main() == 0x7fffffffffffffff); assert((uint64_t)ejit_run_func_2(f, - EJIT_ARG(0xffffffffffffffff, long), - EJIT_ARG(0xffffffffffffffff, long)) + EJIT_ARG(0xffffffffffffffff, long), + EJIT_ARG(0xffffffffffffffff, long)) == 0xffffffffffffffff); } -- cgit v1.2.3