about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/custommem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/custommem.c b/src/custommem.c
index 99b428c0..c1eca7e0 100644
--- a/src/custommem.c
+++ b/src/custommem.c
@@ -1225,8 +1225,6 @@ void freeProtection(uintptr_t addr, size_t size)
 
 uint32_t getProtection(uintptr_t addr)
 {
-    if(addr>=(1LL<<48))
-        return 0;
     mutex_lock(&mutex_prot);
     uint32_t ret = rb_get(memprot, addr);
     mutex_unlock(&mutex_prot);