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:
parent
6609ff83a7
commit
f4472a10e6
|
@ -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.
|
||||
|
|
Reference in New Issue