From ae9e103995c1d809be7b8717905593e7dbbf9d17 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 13 Jul 2024 20:56:26 +0300 Subject: bytecode tests pass --- tests/ldxi_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ldxi_f.c') 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); -- cgit v1.2.3