Skip to content

Commit

Permalink
fixup! gdbstub_arch: Add support for AArch64
Browse files Browse the repository at this point in the history
  • Loading branch information
ptosi committed Aug 11, 2022
1 parent 3796559 commit 0d2beef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdbstub_arch/src/aarch64/reg/id.rs
Expand Up @@ -44,6 +44,7 @@ impl RegId for AArch64RegId {

#[allow(clippy::unusual_byte_groupings)]
impl AArch64RegId {
#[allow(clippy::len_without_is_empty)]
/// Gives the size of the register.
pub fn len(&self) -> Option<usize> {
match self {
Expand Down

0 comments on commit 0d2beef

Please sign in to comment.