Turned on FS bit in fpu.S coverage test

This commit is contained in:
David Harris 2023-03-29 06:10:05 -07:00
parent 115c042015
commit d059da6eca

View File

@ -28,6 +28,9 @@
main:
bseti t0, zero, 14 # turn on FPU
csrs mstatus, t0
# Test legal instructions not covered elsewhere
flq ft0, 0(a0)
flh ft0, 8(a0)