CPU: Fix incorrect scratchpad masking
This commit is contained in:
@ -90,6 +90,7 @@ enum : u32
|
||||
|
||||
MEMORY_LUT_PAGE_SIZE = 4096,
|
||||
MEMORY_LUT_PAGE_SHIFT = 12,
|
||||
MEMORY_LUT_PAGE_MASK = MEMORY_LUT_PAGE_SIZE - 1,
|
||||
MEMORY_LUT_SIZE = 0x100000, // 0x100000000 >> 12
|
||||
MEMORY_LUT_SLOTS = MEMORY_LUT_SIZE * 3 * 2, // [size][read_write]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user