From: George Wright Date: Thu, 12 Dec 2024 02:51:29 +0000 (-0800) Subject: Fix writing to the domain access control register X-Git-Url: http://git.gwright.org.uk/?a=commitdiff_plain;h=aa592976c273508397180d13f13c1d3e3d6a4053;p=WindEmu.git Fix writing to the domain access control register --- diff --git a/WindCore/arm710.cpp b/WindCore/arm710.cpp index 877c905..12cf3f0 100644 --- a/WindCore/arm710.cpp +++ b/WindCore/arm710.cpp @@ -740,6 +740,7 @@ uint32_t ARM710::execCP15RegisterTransfer(uint32_t CPOpc, bool L, uint32_t CRn, switch (CRn) { case 0: what = cp15_id; break; + case 3: what = cp15_domainAccessControl; break; case 5: what = cp15_faultStatus; break; case 6: what = cp15_faultAddress; break; }