diff options
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 5cc0c7f..cf5bdf6 100644 --- a/src/common.h +++ b/src/common.h @@ -255,6 +255,7 @@ struct ejit_func { size_t gpr; size_t fpr; + bool use_64; void *arena; void *direct_call; |