Fix set_shared_int_list for LLVM

This commit is contained in:
Richard Feldman 2020-03-21 20:55:23 -04:00
parent 8a26cac3f2
commit d0a1adfef9
2 changed files with 5 additions and 3 deletions

View file

@ -1088,6 +1088,7 @@ fn call_with_args<'a, 'ctx, 'env>(
}
}
Symbol::LIST_SET => {
// List.set : List elem, Int, elem -> List elem
let builder = env.builder;
debug_assert!(args.len() == 3);