We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45af14d commit abb6f33Copy full SHA for abb6f33
riscv/src/register/mcycle.rs
@@ -3,4 +3,4 @@
3
read_csr_as_usize!(0xB00);
4
write_csr_as_usize!(0xB00);
5
read_composite_csr!(super::mcycleh::read(), read());
6
-write_composite_csr!(|bits| super::mcycleh::write(bits), |bits| write(bits));
+write_composite_csr!(super::mcycleh::write, write);
0 commit comments