From b6642566af5ca9a21b7ce36ce9a996ff73f52da1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 2 Apr 2025 21:15:13 +0300 Subject: fix regalloc + Had some small issues with ending lifetimes a bit too late --- 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 c690f8f..661220b 100644 --- a/src/common.h +++ b/src/common.h @@ -289,6 +289,7 @@ struct ejit_func { void *arena; void *direct_call; + void *extern_call; size_t size; size_t prio; size_t max_args; -- cgit v1.2.3