aboutsummaryrefslogtreecommitdiff
path: root/tests/sti_d.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-03-14 21:08:01 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-03-14 21:08:01 +0200
commitf5c729ea59d227a507f83bd94d07f4366b46d72b (patch)
tree70d1f242100cea09acd38a71ff8c821836117cfd /tests/sti_d.c
parent57f6b41047e95374701ee276248f0f8615168450 (diff)
downloadejit-f5c729ea59d227a507f83bd94d07f4366b46d72b.tar.gz
ejit-f5c729ea59d227a507f83bd94d07f4366b46d72b.zip
start supporting 32bit arches
Diffstat (limited to 'tests/sti_d.c')
-rw-r--r--tests/sti_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sti_d.c b/tests/sti_d.c
index 637fc80..1701b70 100644
--- a/tests/sti_d.c
+++ b/tests/sti_d.c
@@ -21,7 +21,7 @@ int main(int argc, char *argv[])
assert(data[0] == -1.0);
assert(data[1] == 0.0);
assert(data[2] == 0.5);
- erf1(f, EJIT_ARG(42.5, double));
+ erfi1(f, EJIT_ARG(42.5, double));
assert(data[0] == -1.0);
assert(data[1] == 42.5);
assert(data[2] == 0.5);