about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/custommem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/custommem.h b/src/include/custommem.h
index 156d0c11..76633e80 100644
--- a/src/include/custommem.h
+++ b/src/include/custommem.h
@@ -35,8 +35,7 @@ uintptr_t getJumpTableAddress64(uintptr_t addr);
 #endif
 
 #define PROT_DYNAREC    0x80
-#define PROT_ALLOC      0x40
-#define PROT_CUSTOM     (PROT_DYNAREC|PROT_ALLOC)
+#define PROT_CUSTOM     (PROT_DYNAREC)
 
 void updateProtection(uintptr_t addr, size_t size, uint32_t prot);
 void setProtection(uintptr_t addr, size_t size, uint32_t prot);