aboutsummaryrefslogtreecommitdiff
path: root/tests/andr.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-06-29 20:11:34 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-06-29 20:11:34 +0300
commit9fe8ccf4ae09018fdde01a9d83f9db10ad354221 (patch)
tree664f802240a2810b5db3e783400351f1eb51c1a0 /tests/andr.c
parent322c7fba3d2f4c9b5b0d78b44feefd38ae44d017 (diff)
downloadejit-9fe8ccf4ae09018fdde01a9d83f9db10ad354221.tar.gz
ejit-9fe8ccf4ae09018fdde01a9d83f9db10ad354221.zip
work through branching instructions
Diffstat (limited to 'tests/andr.c')
-rw-r--r--tests/andr.c4
1 files changed, 2 insertions, 2 deletions
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);
}