diff options
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 */ |