diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-14 22:33:57 +0200 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-14 23:17:04 +0200 |
commit | 2a2d096b61262c2059ea022379869b9c4a70eafa (patch) | |
tree | 42f0c6a53506f613f1441a9f206e756dbae3afa7 /src/common.h | |
parent | f5c729ea59d227a507f83bd94d07f4366b46d72b (diff) | |
download | ejit-2a2d096b61262c2059ea022379869b9c4a70eafa.tar.gz ejit-2a2d096b61262c2059ea022379869b9c4a70eafa.zip |
protect jit pages
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index b845e1c..6ee0df7 100644 --- a/src/common.h +++ b/src/common.h @@ -308,6 +308,6 @@ union interp_ret ejit_run(struct ejit_func *f, size_t argc, bool run, void ***labels_wb); -bool ejit_compile(struct ejit_func *f, bool use_64); +bool ejit_compile(struct ejit_func *f, bool use_64, bool im_scawed); #endif /* EJIT_COMMON_H */ |