diff options
-rw-r--r-- | target-alpha/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index a9f1c0f..582827e 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -40,7 +40,7 @@ #define ICACHE_LINE_SIZE 32 #define DCACHE_LINE_SIZE 32 -#define TARGET_PAGE_BITS 12 +#define TARGET_PAGE_BITS 13 #define VA_BITS 43 |