drc: remove unnecessary cache flushing
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec.c
index ca12ea9..bfe3961 100644 (file)
@@ -1000,9 +1000,6 @@ void invalidate_all_pages()
       restore_candidate[(page&2047)>>3]|=1<<(page&7);
       restore_candidate[((page&2047)>>3)+256]|=1<<(page&7);
     }
-  #ifdef __arm__
-  __clear_cache((void *)BASE_ADDR,(void *)BASE_ADDR+(1<<TARGET_SIZE_2));
-  #endif
   #ifdef USE_MINI_HT
   memset(mini_ht,-1,sizeof(mini_ht));
   #endif