aboutsummaryrefslogtreecommitdiff
path: root/tests/ldxr_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ldxr_d.c')
-rw-r--r--tests/ldxr_d.c2
1 files changed, 1 insertions, 1 deletions
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);