From 3adb590d96e9184975344b181065a2e0fe689c2c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 5 Mar 2025 18:12:31 +0200 Subject: allow direct calls between compiled functions --- src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 64ca250..5cc0c7f 100644 --- a/src/common.h +++ b/src/common.h @@ -257,6 +257,7 @@ struct ejit_func { size_t fpr; void *arena; + void *direct_call; size_t size; }; -- cgit v1.2.3