]> localhost Git - WindEmu.git/commitdiff
Fix writing to the domain access control register
authorGeorge Wright <gw@gwright.org.uk>
Thu, 12 Dec 2024 02:51:29 +0000 (18:51 -0800)
committerGeorge Wright <gw@gwright.org.uk>
Thu, 12 Dec 2024 02:51:29 +0000 (18:51 -0800)
WindCore/arm710.cpp

index 877c905017b759a55c1ae5d400a7b6a61e10af99..12cf3f085e21f3e3ae71d6a8d8634dff718d6209 100644 (file)
@@ -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;
                }