diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-04-02 21:15:13 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-04-02 21:15:13 +0300 |
commit | b6642566af5ca9a21b7ce36ce9a996ff73f52da1 (patch) | |
tree | 06492ee38dea6f64433770a970ffb904e158df03 /src/common.h | |
parent | 6c2e51a3f8695cb95d6a4a6859d3f934e28c8f9f (diff) | |
download | ejit-b6642566af5ca9a21b7ce36ce9a996ff73f52da1.tar.gz ejit-b6642566af5ca9a21b7ce36ce9a996ff73f52da1.zip |
fix regalloc
+ Had some small issues with ending lifetimes a bit too late
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |