Exception Controller in CSR loads wrong mpp on MRET
Created by: abettati
I noticed that the exception controller inside the CSR, sets the mstatus.mpp
to U, when returning from an ISR that was taken and executed in M mode.
From my understanding this should be left to M, as the core never switched to U mode.
Andrea