Closed gktrk closed 4 years ago
This PR updates the CSRs sptbr and sbadaddr with their updated names satp and stval to support compiling with clang.
sptbr
sbadaddr
satp
stval
To further clarify, we are using LLVM10.
Thanks. We were using the old names for compatibility with older GNU assemblers, but since it has been a few years since the names changed, it is appropriate to update them.
This PR updates the CSRs
sptbr
andsbadaddr
with their updated namessatp
andstval
to support compiling with clang.