clippy fix

This commit is contained in:
Anton-4 2023-05-01 13:17:39 +02:00
parent 6f0c76f7b3
commit b0d10a134a
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -539,7 +539,7 @@ impl X64_64SystemVStoreArgs {
type ASM = X86_64Assembler;
let tmp_reg = Self::GENERAL_RETURN_REGS[0];
let stack_offset = self.tmp_stack_offset as i32;
let stack_offset = self.tmp_stack_offset;
let mut copied = 0;
let (base_offset, size) = storage_manager.stack_offset_and_size(&sym);