From: George Wright Date: Sat, 7 Dec 2024 21:10:35 +0000 (-0800) Subject: disable TLB for now X-Git-Url: http://git.gwright.org.uk/?a=commitdiff_plain;h=e74bf2b165c0f0e0830ea52e1ea67c9fa4bd0fa8;p=WindEmu.git disable TLB for now --- diff --git a/WindCore/arm710.h b/WindCore/arm710.h index fce6cc0..9e4c2b8 100644 --- a/WindCore/arm710.h +++ b/WindCore/arm710.h @@ -19,7 +19,7 @@ using namespace std; // Speedhacks: //#define ARM710T_CACHE -#define ARM710T_TLB +//#define ARM710T_TLB typedef optional MaybeU32;