You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dcsr): remove redundant wrapper methods and update tests
- Removed `debug_cause`, `privilege_level`, and `set_privilege_level` from `Dcsr`
because the macros `read_write_csr_field!` and `csr_field_enum!` already
generate the necessary accessors.
- Updated tests to use `try_cause()`, `try_prv()`, and `set_prv()` instead
of the removed wrapper methods.
0 commit comments