mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
fix pass_bool_record aarch dev backend
This commit is contained in:
parent
7de2915fb7
commit
04867dc2ea
1 changed files with 1 additions and 1 deletions
|
@ -982,7 +982,7 @@ impl AArch64CallLoadArgs {
|
|||
|
||||
ASM::mov_base32_reg64(buf, offset, *reg1);
|
||||
|
||||
self.general_i += 2;
|
||||
self.general_i += 1;
|
||||
}
|
||||
None => {
|
||||
storage_manager.complex_stack_arg(&sym, self.argument_offset, 8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue