diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-27 21:16:27 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-27 21:16:27 +0100 |
| commit | c40e31f3741f5e04b0bcb51985ab7ce5c494fff2 (patch) | |
| tree | 3dd459363c672b79f26083e19dfb11c88b18d6db /src | |
| parent | f9c09293bf5f8da518c995bef7d768f1f1f65e47 (diff) | |
| download | box64-c40e31f3741f5e04b0bcb51985ab7ce5c494fff2.tar.gz box64-c40e31f3741f5e04b0bcb51985ab7ce5c494fff2.zip | |
Fixed SnapDragon builds
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index f6b52ad4..62840630 100644 --- a/src/main.c +++ b/src/main.c @@ -55,8 +55,8 @@ int box64_maxcpu = 0; int box64_mmap32 = 1; #else int box64_mmap32 = 0; -int box64_ignoreint3 = 0; #endif +int box64_ignoreint3 = 0; #ifdef DYNAREC int box64_dynarec = 1; int box64_dynarec_dump = 0; |