Browse Source
fix logging for fcsr (#639)
Co-authored-by: Neel Gala <neelgala@incoresemi.com>
pull/641/head
Neel Gala
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
riscv/processor.cc
|
|
|
@ -1294,6 +1294,7 @@ void processor_t::set_csr(int which, reg_t val) |
|
|
|
LOG_CSR(CSR_MSTATUS); |
|
|
|
LOG_CSR(CSR_FFLAGS); |
|
|
|
LOG_CSR(CSR_FRM); |
|
|
|
LOG_CSR(CSR_FCSR); |
|
|
|
break; |
|
|
|
case CSR_VCSR: |
|
|
|
LOG_CSR(CSR_MSTATUS); |
|
|
|
|