mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
fix LIST_RELEASE_EXCESS_CAPACITY arg count
This commit is contained in:
parent
c18345d5ce
commit
ca283197b9
2 changed files with 4 additions and 4 deletions
|
@ -542,7 +542,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
|
||||
// Zig arguments Wasm types
|
||||
// (return pointer) i32
|
||||
// list: RocList i64, i32
|
||||
// list: RocList i32
|
||||
// alignment: u32 i32
|
||||
// element_width: usize i32
|
||||
// update_mode: UpdateMode i32
|
||||
|
@ -564,7 +564,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
|
||||
backend.call_host_fn_after_loading_args(
|
||||
bitcode::LIST_RELEASE_EXCESS_CAPACITY,
|
||||
6,
|
||||
5,
|
||||
false,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue