File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ pub mod timeh;
41
41
42
42
// Supervisor Trap Setup
43
43
// TODO: sedeleg, sideleg
44
+ pub mod scounteren;
44
45
pub mod sie;
45
46
pub mod sstatus;
46
47
pub mod stvec;
47
- pub mod scounteren;
48
48
49
49
// Supervisor Trap Handling
50
50
pub mod scause;
@@ -63,13 +63,13 @@ pub mod mimpid;
63
63
pub mod mvendorid;
64
64
65
65
// Machine Trap Setup
66
+ pub mod mcounteren;
66
67
pub mod medeleg;
67
68
pub mod mideleg;
68
69
pub mod mie;
69
70
pub mod misa;
70
71
pub mod mstatus;
71
72
pub mod mtvec;
72
- pub mod mcounteren;
73
73
74
74
// Machine Trap Handling
75
75
pub mod mcause;
@@ -92,7 +92,6 @@ pub use self::mhpmcounterx::*;
92
92
pub mod minstret;
93
93
pub mod minstreth;
94
94
95
-
96
95
// Machine Counter Setup
97
96
mod mhpmeventx;
98
97
pub use self :: mhpmeventx:: * ;
You can’t perform that action at this time.
0 commit comments