aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 21e881b..e93e920 100644
--- a/src/common.h
+++ b/src/common.h
@@ -123,4 +123,6 @@ union interp_ret {
union interp_ret ejit_interp(struct ejit_func *f, size_t argc, struct ejit_arg args[argc], bool run, void ***labels_wb);
+bool ejit_compile(struct ejit_func *f);
+
#endif /* EJIT_COMMON_H */