소스 검색

Gallium: Use mmap on Haiku for executable memory vs malloc

* Haiku now has DEP enabled by default.
undefined
Alexander von Gluck IV 12 년 전
부모
커밋
f1361ed084
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/gallium/auxiliary/rtasm/rtasm_execmem.c

+ 1
- 1
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)


/*

Loading…
취소
저장