diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-03-08 20:59:08 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-03-08 20:59:08 +0100 |
| commit | 35c1f97115c52e4e64a75056c09fca896afff0a5 (patch) | |
| tree | fa7578286ac642c9cc15be561ad6db6ef88f2c7d /src | |
| parent | e8a7bef5a072b21c4e62ae3874aec51b95e9f6b9 (diff) | |
| download | box64-35c1f97115c52e4e64a75056c09fca896afff0a5.tar.gz box64-35c1f97115c52e4e64a75056c09fca896afff0a5.zip | |
[ARM64_DYNAREC] Removed obsolete comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/dynarec/dynarec_native.c | 1 |
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; |