diff options
author | Alexander von Gluck IV <[email protected]> | 2013-04-29 18:08:41 -0500 |
---|---|---|
committer | Alexander von Gluck IV <[email protected]> | 2013-04-29 23:22:35 -0500 |
commit | f1361ed084c3805abfab461c638e62cbc9b0fcf5 (patch) | |
tree | e70f0749de29a1f415507a5fb0b3e355231440bc | |
parent | 60cc73c333696b12ee5cacb9b450ffaa54555553 (diff) |
Gallium: Use mmap on Haiku for executable memory vs malloc
* Haiku now has DEP enabled by default.
-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 fbdb974a086..8f7cc2035b5 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) +#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HAIKU) /* |