am 88f29fef: fix build on darwin.
This commit is contained in:
commit
db3fd7f608
|
@ -25,6 +25,10 @@
|
|||
|
||||
#include <sys/mman.h>
|
||||
|
||||
#if defined(MAP_ANON) && !defined(MAP_ANONYMOUS)
|
||||
#define MAP_ANONYMOUS MAP_ANON
|
||||
#endif
|
||||
|
||||
#if defined(__arm__)
|
||||
#define DEFAULT_ARM_CODEGEN
|
||||
#define PROVIDE_ARM_CODEGEN
|
||||
|
|
Loading…
Reference in New Issue