From f5c729ea59d227a507f83bd94d07f4366b46d72b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 14 Mar 2025 21:08:01 +0200 Subject: start supporting 32bit arches --- tests/stxr_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/stxr_f.c') diff --git a/tests/stxr_f.c b/tests/stxr_f.c index 3e68060..c165563 100644 --- a/tests/stxr_f.c +++ b/tests/stxr_f.c @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) EJIT_ARG(sizeof(float), int), EJIT_ARG(42.5, float) }; - ejit_run_func(f, 3, args); + ejit_run_func_i(f, 3, args); assert(data[0] == -1.0); assert(data[1] == 42.5); assert(data[2] == 0.5); -- cgit v1.2.3