]> localhost Git - WindEmu.git/commitdiff
disable TLB for now
authorGeorge Wright <gw@gwright.org.uk>
Sat, 7 Dec 2024 21:10:35 +0000 (13:10 -0800)
committerGeorge Wright <gw@gwright.org.uk>
Sat, 7 Dec 2024 21:10:35 +0000 (13:10 -0800)
WindCore/arm710.h

index fce6cc01049e6cafcec56f6e6318644d0db91962..9e4c2b88d4fff5879b6fe2380faa49d9a898ab0c 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 
 // Speedhacks:
 //#define ARM710T_CACHE
-#define ARM710T_TLB
+//#define ARM710T_TLB
 
 typedef optional<uint32_t> MaybeU32;