mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
actually do not pass the shadow space size
This commit is contained in:
parent
c2216dfc9f
commit
a4e314593f
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ impl CallConv<AArch64GeneralReg, AArch64FloatReg, AArch64Assembler> for AArch64C
|
|||
let mut state = AArch64CallStoreArgs {
|
||||
general_i: 0,
|
||||
float_i: 0,
|
||||
tmp_stack_offset: Self::SHADOW_SPACE_SIZE as i32,
|
||||
tmp_stack_offset: 0,
|
||||
};
|
||||
|
||||
for (sym, in_layout) in args.iter().zip(arg_layouts.iter()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue