allow new dynarec can be built for Windows ARM

This commit is contained in:
GH Cao
2020-04-04 20:12:22 +08:00
parent 9ed018eb96
commit 75ca50ce17
7 changed files with 11 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
Due to the chaining, the total memory size is limited by the range of a jump
instruction. ARMv7 is restricted to +/- 32 MB, ARMv8 to +/- 128 MB, x86 to
+/- 2GB. As a result, total memory size is limited to 32 MB on ARMv7*/
#ifdef __ARM_EABI__
#if defined __ARM_EABI__ || _ARM_
#define MEM_BLOCK_NR 32768
#else
#define MEM_BLOCK_NR 131072