Skip to content

Commit 4203ab1

Browse files
committed
Make mstatus::write(Mstatus) available
Allow `Mstatus` values to be directly written back to the CSR.
1 parent bb94b85 commit 4203ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv/src/register/mstatus.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ impl Mstatus {
481481
}
482482

483483
read_csr_as!(Mstatus, 0x300);
484-
write_csr!(0x300);
484+
write_csr_as!(Mstatus, 0x300);
485485
set!(0x300);
486486
clear!(0x300);
487487

0 commit comments

Comments
 (0)