core: undef PAGE_SIZE and PAGE_MASK

these are defined a system header which causes complications when building for android
This commit is contained in:
BreadFish64 2018-11-18 20:01:11 -06:00 committed by Weiyi Wang
parent 6609ff83a7
commit f4472a10e6
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ class Process;
namespace Memory {
// Are defined in a system header
#undef PAGE_SIZE
#undef PAGE_MASK
/**
* Page size used by the ARM architecture. This is the smallest granularity with which memory can
* be mapped.