Browse Source
It looks like `csrw fcsr` was intended to log writes to FFLAGS, FRM, and FCSR, but only logged FCSR (because LOG_CSR() always used `which` to record which CSR was written). This changes it to log writes to FRM and FFLAGS, the two registers which compose FCSR. There's no need to log FCSR since that is already covered by the other two. The logging of `csrw vcsr` was intended to log writes to VXSAT and VXRM but instead would report a write to VCSR that only showed the contents of VXRM.pull/816/head
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue