mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00

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.