mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 16:49:12 +01:00
707615ef82
The MSR.LE bit is supposed to be set to the value of MSR.ILE upon entering an exception vector to control whether the environment in said vector operates as little endian or big endian. If this bit is ORed into the LE bit, then the scenario of operating in little endian but wanting to take exceptions in big endian will be incorrectly handled.