Skip to content

Commit 4be384d

Browse files
committed
More formatting :(
1 parent 8a36b3e commit 4be384d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/register/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ pub mod timeh;
4141

4242
// Supervisor Trap Setup
4343
// TODO: sedeleg, sideleg
44+
pub mod scounteren;
4445
pub mod sie;
4546
pub mod sstatus;
4647
pub mod stvec;
47-
pub mod scounteren;
4848

4949
// Supervisor Trap Handling
5050
pub mod scause;
@@ -63,13 +63,13 @@ pub mod mimpid;
6363
pub mod mvendorid;
6464

6565
// Machine Trap Setup
66+
pub mod mcounteren;
6667
pub mod medeleg;
6768
pub mod mideleg;
6869
pub mod mie;
6970
pub mod misa;
7071
pub mod mstatus;
7172
pub mod mtvec;
72-
pub mod mcounteren;
7373

7474
// Machine Trap Handling
7575
pub mod mcause;
@@ -92,7 +92,6 @@ pub use self::mhpmcounterx::*;
9292
pub mod minstret;
9393
pub mod minstreth;
9494

95-
9695
// Machine Counter Setup
9796
mod mhpmeventx;
9897
pub use self::mhpmeventx::*;

0 commit comments

Comments
 (0)