actually do not pass the shadow space size

This commit is contained in:
Folkert 2023-10-08 21:12:40 +02:00
parent c2216dfc9f
commit a4e314593f
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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()) {