From f1361ed084c3805abfab461c638e62cbc9b0fcf5 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 29 Apr 2013 18:08:41 -0500 Subject: [PATCH] Gallium: Use mmap on Haiku for executable memory vs malloc * Haiku now has DEP enabled by default. --- src/gallium/auxiliary/rtasm/rtasm_execmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/rtasm/rtasm_execmem.c b/src/gallium/auxiliary/rtasm/rtasm_execmem.c index fbdb974..8f7cc20 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_execmem.c +++ b/src/gallium/auxiliary/rtasm/rtasm_execmem.c @@ -49,7 +49,7 @@ #include #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) /* -- 2.7.4