Skip to content

Commit

Permalink
fix LIST_RELEASE_EXCESS_CAPACITY arg count
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansconnect committed Sep 28, 2023
1 parent 668251f commit 0cf4c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/compiler/gen_wasm/src/low_level.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -564,7 +564,7 @@ impl<'a> LowLevelCall<'a> {

backend.call_host_fn_after_loading_args(
bitcode::LIST_RELEASE_EXCESS_CAPACITY,
6,
5,
false,
);
}
Expand Down

0 comments on commit 0cf4c25

Please sign in to comment.