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:
		| @@ -17,6 +17,9 @@ class Process; | |||||||
|  |  | ||||||
| namespace Memory { | 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 |  * Page size used by the ARM architecture. This is the smallest granularity with which memory can | ||||||
|  * be mapped. |  * be mapped. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user