Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
garritfra committed Dec 10, 2024
1 parent e540ea0 commit b9f474e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/qbe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl QbeGenerator {
offset = self.align_offset(offset, max_align);

// Set the typedef's alignment
typedef.align = Some(max_align as u64);
typedef.align = Some(max_align);

self.struct_map.insert(
def.name.clone(),
Expand Down

0 comments on commit b9f474e

Please sign in to comment.