Fix clippy error exposed by moving out of macros
This commit is contained in:
parent
3c3fb0a529
commit
9b8bdad403
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ pub(crate) mod sealed {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_max_compare_value(&self) -> u32 {
|
fn get_max_compare_value(&self) -> u32 {
|
||||||
Self::regs_gp32().arr().read().arr() as u32
|
Self::regs_gp32().arr().read().arr()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue