mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 00:29:11 +01:00
9a088e008f
Executing a supervisor-level instruction in user mode is supposed to cause a program exception to occur. The following supervisor instructions are present: - dcbi - mfmsr - mfspr - mfsr - mfsrin - mtmsr - mtspr - mtsr - mtsrin - rfi - tlbie - tlbsync In 0337ca116abe9b9b9877e6071ad0697188198885 checks within mfspr and mtspr were added. This change adds the trivial checks to the other instructions.