diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-05-15 16:57:23 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-05-15 16:57:23 +0100 |
commit | 841a24dd867982197a65a9f9c55e23cdeb0a56d4 (patch) | |
tree | e7597fc8a0da411b295dccde3928359a9cc5ee85 | |
parent | 838d8ce1ade7a0ae3e4815f2bbc7e78b450c11cf (diff) |
Use anonymous mmap() implementation of rtasm_exec_malloc() on darwin, alsoapplegl-vtable-3
-rw-r--r-- | src/gallium/auxiliary/rtasm/rtasm_execmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_execmem.c b/src/gallium/auxiliary/rtasm/rtasm_execmem.c index 8c3dbefd10..f9358794af 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_execmem.c +++ b/src/gallium/auxiliary/rtasm/rtasm_execmem.c @@ -49,7 +49,7 @@ #include <windows.h> #endif -#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HAIKU) || defined(PIPE_OS_CYGWIN) +#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HAIKU) || defined(PIPE_OS_CYGWIN) || defined(PIPE_OS_APPLE) /* |