aboutsummaryrefslogtreecommitdiff
path: root/frontend/3ds/sys/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/3ds/sys/mman.h')
-rw-r--r--frontend/3ds/sys/mman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/3ds/sys/mman.h b/frontend/3ds/sys/mman.h
index c93b13b..2a82e32 100644
--- a/frontend/3ds/sys/mman.h
+++ b/frontend/3ds/sys/mman.h
@@ -48,6 +48,7 @@ static inline int mprotect(void *addr, size_t len, int prot)
return 0;
}
+ printf("mprotect called without svcControlProcessMemory access !\n");
return -1;
}