mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
AllocateRWXMemory -> AllocateRWX.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56244 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
793df075c9
commit
19a341acb8
@ -18,7 +18,7 @@
|
|||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// AllocateRWXMemory - Allocate a slab of memory with read/write/execute
|
/// AllocateRWX - Allocate a slab of memory with read/write/execute
|
||||||
/// permissions. This is typically used for JIT applications where we want
|
/// permissions. This is typically used for JIT applications where we want
|
||||||
/// to emit code to the memory then jump to it. Getting this type of memory
|
/// to emit code to the memory then jump to it. Getting this type of memory
|
||||||
/// is very OS specific.
|
/// is very OS specific.
|
||||||
|
Loading…
Reference in New Issue
Block a user