implement drain write buffer cache command
This commit is contained in:
parent
3d246ddf73
commit
9f6cbd8e84
|
@ -786,7 +786,9 @@ void ARMv5::CP15Write(u32 id, u32 val)
|
|||
case 0x7A2:
|
||||
//printf("flush data cache SI\n");
|
||||
return;
|
||||
|
||||
case 0x7A4:
|
||||
WriteBufferDrain();
|
||||
return;
|
||||
|
||||
case 0x910:
|
||||
DTCMSetting = val & 0xFFFFF03E;
|
||||
|
|
Loading…
Reference in New Issue