mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-31 03:37:42 +01:00
A64: Implement DSB, DMB
This commit is contained in:
parent
5edd623b9d
commit
bfd65bedfe
7 changed files with 34 additions and 2 deletions
|
|
@ -272,6 +272,8 @@ bool Inst::MayHaveSideEffects() const {
|
|||
return op == Opcode::PushRSB ||
|
||||
op == Opcode::A64SetCheckBit ||
|
||||
op == Opcode::A64DataCacheOperationRaised ||
|
||||
op == Opcode::A64DataSynchronizationBarrier ||
|
||||
op == Opcode::A64DataMemoryBarrier ||
|
||||
CausesCPUException() ||
|
||||
WritesToCoreRegister() ||
|
||||
WritesToCPSR() ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue