summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander von Gluck IV <[email protected]>2013-04-29 18:08:41 -0500
committerAlexander von Gluck IV <[email protected]>2013-04-29 23:22:35 -0500
commitf1361ed084c3805abfab461c638e62cbc9b0fcf5 (patch)
treee70f0749de29a1f415507a5fb0b3e355231440bc /src
parent60cc73c333696b12ee5cacb9b450ffaa54555553 (diff)
Gallium: Use mmap on Haiku for executable memory vs malloc
* Haiku now has DEP enabled by default.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/rtasm/rtasm_execmem.c2
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)
/*