about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-03-08 20:59:08 +0100
committerptitSeb <sebastien.chev@gmail.com>2025-03-08 20:59:08 +0100
commit35c1f97115c52e4e64a75056c09fca896afff0a5 (patch)
treefa7578286ac642c9cc15be561ad6db6ef88f2c7d /src
parente8a7bef5a072b21c4e62ae3874aec51b95e9f6b9 (diff)
downloadbox64-35c1f97115c52e4e64a75056c09fca896afff0a5.tar.gz
box64-35c1f97115c52e4e64a75056c09fca896afff0a5.zip
[ARM64_DYNAREC] Removed obsolete comment
Diffstat (limited to 'src')
-rw-r--r--src/dynarec/dynarec_native.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dynarec/dynarec_native.c b/src/dynarec/dynarec_native.c
index 3827b492..62081334 100644
--- a/src/dynarec/dynarec_native.c
+++ b/src/dynarec/dynarec_native.c
@@ -508,7 +508,6 @@ static instruction_native_t static_insts[MAX_INSTS+2] = {0};
 
 void ClearCache(void* start, size_t len)
 {
-// disabled for now, seems to not clear some page correctly (happens with Celeste64 or CivBE for example)
 #if defined(ARM64)
     // manually clear cache, I have issue with regular function on Ampere with kernel 6.12.4
     uintptr_t xstart = (uintptr_t)start;