From 531d307d310881e69efc8ae8c8119f5f5799e0f9 Mon Sep 17 00:00:00 2001
From: Kimplul <kimi.h.kuparinen@gmail.com>
Date: Thu, 10 Apr 2025 22:22:33 +0300
Subject: improve tests a bit

+ Runs tests on all arches that I have easy access to
---
 src/interp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/interp.c')

diff --git a/src/interp.c b/src/interp.c
index 6f94f98..894be30 100644
--- a/src/interp.c
+++ b/src/interp.c
@@ -1063,7 +1063,7 @@ top:
 	DISPATCH();
 
 	DO(TAILI);
-	f = (struct ejit_func *)(uintptr_t)i.o;
+	f = (struct ejit_func *)i.p;
 
 	assert(!f->direct_call && "trying to interpret compiled fun");
 
-- 
cgit v1.2.3