diff options
Diffstat (limited to 'tests/ldxi_f.c')
-rw-r--r-- | tests/ldxi_f.c | 2 |
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); |