arm: dynarmic: Implement icache op handling for 'ic iallu' instruction

pull/8/head
jam1garner 3 years ago
parent 84eb3e7d02
commit c8a67a725d

@ -98,6 +98,9 @@ public:
return;
case Dynarmic::A64::InstructionCacheOperation::InvalidateAllToPoU:
parent.ClearInstructionCache();
return;
case Dynarmic::A64::InstructionCacheOperation::InvalidateAllToPoUInnerSharable:
default:
LOG_DEBUG(Core_ARM, "Unprocesseed instruction cache operation");

Loading…
Cancel
Save