mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
clippy fix
This commit is contained in:
parent
6f0c76f7b3
commit
b0d10a134a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue