aboutsummaryrefslogtreecommitdiff
path: root/tests/ldxi_f.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-07-13 20:56:26 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-07-13 20:56:26 +0300
commitae9e103995c1d809be7b8717905593e7dbbf9d17 (patch)
tree0ceaf6ee66e1d67bb8d0b9dd6f37b5687e4c2f09 /tests/ldxi_f.c
parente618924df98d4ee5037db86c768a8c8014e49c4c (diff)
downloadejit-ae9e103995c1d809be7b8717905593e7dbbf9d17.tar.gz
ejit-ae9e103995c1d809be7b8717905593e7dbbf9d17.zip
bytecode tests pass
Diffstat (limited to 'tests/ldxi_f.c')
-rw-r--r--tests/ldxi_f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ldxi_f.c b/tests/ldxi_f.c
index eb2ad58..955ef13 100644
--- a/tests/ldxi_f.c
+++ b/tests/ldxi_f.c
@@ -12,7 +12,7 @@ int main()
struct ejit_func *f = ejit_create_func(EJIT_TYPE(float), 1, operands);
- ejit_ldxi_d(f, EJIT_FPR(0), EJIT_GPR(0), (uintptr_t)data);
+ ejit_ldxi_f(f, EJIT_FPR(0), EJIT_GPR(0), (uintptr_t)data);
ejit_retr_f(f, EJIT_FPR(0));
ejit_select_compile_func(f, 1, 1, EJIT_USE64(long), do_jit);