Skip to content

Commit f273ef5

Browse files
committed
Run cargo fmt again in register directory
1 parent 42fa92f commit f273ef5

File tree

8 files changed

+780
-158
lines changed

8 files changed

+780
-158
lines changed

src/register/cycle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
//! S-mode is implemented or not
55
66
read_csr_as_usize!(0xC00, __read_cycle);
7-
read_composite_csr!(super::cycleh::read(), read());
7+
read_composite_csr!(super::cycleh::read(), read());

src/register/cycleh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
//! must have `scounter::cy` or `mcounteren::cy` bit enabled depending on whether
44
//! S-mode is implemented or not
55
6-
read_csr_as_usize_rv32!(0xC80, __read_cycleh);
6+
read_csr_as_usize_rv32!(0xC80, __read_cycleh);

0 commit comments

Comments
 (0)