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 4f0628c commit 187b6aaCopy full SHA for 187b6aa
src/registers/esr_el2.rs
@@ -120,9 +120,9 @@ register_bitfields! {u64,
120
SoftwareStepLowerEL = 0b11_0010,
121
/// Software Step exception taken without a change in Exception level
122
SoftwareStepCurrentEL = 0b11_0011,
123
- /// Watchpoint from a lower Exception level
+ /// Watchpoint exception from a lower Exception level
124
WatchpointLowerEL = 0b11_0100,
125
- /// Watchpoint exceptions without a change in Exception level
+ /// Watchpoint exception taken without a change in Exception level
126
WatchpointCurrentEL = 0b11_0101,
127
/// BKPT instruction execution in AArch32 state
128
Bkpt32 = 0b11_1000,
0 commit comments