jakly pls
This commit is contained in:
parent
bda05a756e
commit
8e6755ce2c
|
@ -1648,6 +1648,7 @@ void ARMv5::CP15Write(u32 id, u32 val)
|
|||
case 0x661:
|
||||
case 0x670:
|
||||
case 0x671:
|
||||
{
|
||||
char log_output[1024];
|
||||
u32 old = PU_Region[(id >> 4) & 0xF];
|
||||
PU_Region[(id >> 4) & 0xF] = val & ~(0x3F<<6);
|
||||
|
@ -1665,6 +1666,7 @@ void ARMv5::CP15Write(u32 id, u32 val)
|
|||
// TODO: smarter region update for this?
|
||||
if (diff) UpdatePURegions(true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
case 0x704:
|
||||
|
|
Loading…
Reference in New Issue