mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
don't remove argument that is not pushed
This commit is contained in:
parent
3ade77374a
commit
e31532360b
1 changed files with 0 additions and 1 deletions
|
@ -6324,7 +6324,6 @@ fn build_foreign_symbol<'a, 'ctx, 'env>(
|
|||
|
||||
if let CCReturn::ByPointer = cc_return {
|
||||
cc_arguments.push(return_pointer.into());
|
||||
cc_argument_types.remove(0);
|
||||
}
|
||||
|
||||
let it = fastcc_parameters.into_iter().zip(cc_argument_types.iter());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue