diff options
| -rw-r--r-- | aisa/simple-models.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aisa/simple-models.h b/aisa/simple-models.h index 89e8752..62b5388 100644 --- a/aisa/simple-models.h +++ b/aisa/simple-models.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | namespace aisa { | 15 | namespace aisa { |
| 16 | 16 | ||
| 17 | template<unsigned int PAGE_BITS=10> struct PagedMem { | 17 | template<unsigned int PAGE_BITS=20> struct PagedMem { |
| 18 | using page_t = std::array<byte_t, 1 << PAGE_BITS>; | 18 | using page_t = std::array<byte_t, 1 << PAGE_BITS>; |
| 19 | 19 | ||
| 20 | static const addr_t PAGE_SIZE = 1 << PAGE_BITS; | 20 | static const addr_t PAGE_SIZE = 1 << PAGE_BITS; |
