From dcca95ebeef7ad047b437c7e65bcd2d33784cae4 Mon Sep 17 00:00:00 2001
From: Kimplul <kimi.h.kuparinen@gmail.com>
Date: Sun, 14 Jul 2024 14:46:40 +0300
Subject: add float + double instead of just double

---
 tests/ldxr_d.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests/ldxr_d.c')

diff --git a/tests/ldxr_d.c b/tests/ldxr_d.c
index e1e56e4..a2ed0b8 100644
--- a/tests/ldxr_d.c
+++ b/tests/ldxr_d.c
@@ -15,7 +15,7 @@ int main(int argc, char *argv[])
 	struct ejit_func *f = ejit_create_func(EJIT_TYPE(double), 2, operands);
 
 	ejit_ldxr_d(f, EJIT_FPR(0), EJIT_GPR(0), EJIT_GPR(1));
-	ejit_retr_f(f, EJIT_FPR(0));
+	ejit_retr_d(f, EJIT_FPR(0));
 
 	ejit_select_compile_func(f, 2, 1, false, do_jit);
 
-- 
cgit v1.2.3