diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-18 18:01:29 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-18 18:01:29 +0200 |
| commit | f82d8d647a5470dc7e77e9f6bd161c963411e12c (patch) | |
| tree | a3a02ced9afe39e81ff019cef6d10cdcaeedd469 /src/main.c | |
| parent | 1698c822a5b76f1602edd0baef4301ab03f8bc27 (diff) | |
| download | box64-f82d8d647a5470dc7e77e9f6bd161c963411e12c.tar.gz box64-f82d8d647a5470dc7e77e9f6bd161c963411e12c.zip | |
Fix build issues
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index d0f01e2b..78fc7a78 100644 --- a/src/main.c +++ b/src/main.c @@ -77,6 +77,7 @@ int arm64_pmull = 0; int arm64_crc32 = 0; int arm64_atomics = 0; int arm64_flagm = 0; +int arm64_flagm2 = 0; #elif defined(RV64) int rv64_zba = 0; int rv64_zbb = 0; |