wrote testcase to write into FSCR

This commit is contained in:
harshinisrinath 2023-08-20 12:10:08 -07:00
parent b4cfdf3393
commit 7494ce06eb

View file

@ -90,6 +90,9 @@ sretdone:
li a0, 3
ecall # machine mode again
# writes to FCSR
li t0, 1
csrw fcsr, t0
# switch to supervisor mode
li a0, 1