fix LIST_RELEASE_EXCESS_CAPACITY arg count

This commit is contained in:
Brendan Hansknecht 2023-09-28 12:14:19 -07:00
parent c18345d5ce
commit ca283197b9
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
2 changed files with 4 additions and 4 deletions

View file

@ -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,
);
}