Closed SandeepRajendran closed 4 years ago
On systems without the delegation registers, this code sequence would end up skipping the csrw to mie. The right thing to do is move it before the attempted write to the delegation registers.
@aswaterman , please review this.
LGTM, thanks.
On systems without the delegation registers, this code sequence would end up skipping the csrw to mie. The right thing to do is move it before the attempted write to the delegation registers.