Fix clippy error exposed by moving out of macros
This commit is contained in:
parent
3c3fb0a529
commit
9b8bdad403
@ -217,7 +217,7 @@ pub(crate) mod sealed {
|
||||
}
|
||||
|
||||
fn get_max_compare_value(&self) -> u32 {
|
||||
Self::regs_gp32().arr().read().arr() as u32
|
||||
Self::regs_gp32().arr().read().arr()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user