This commit is contained in:
Folkert 2022-07-24 13:07:42 +02:00
parent 0ab1a735ec
commit 99a83af3bc
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 17 additions and 17 deletions

View file

@ -39,7 +39,7 @@ pub fn call_bitcode_fn<'a, 'ctx, 'env>(
})
}
pub fn call_list_bitcode_fn<'a, 'ctx, 'env>(
pub fn call_list_bitcode_fn_old<'a, 'ctx, 'env>(
env: &Env<'a, 'ctx, 'env>,
args: &[BasicValueEnum<'ctx>],
fn_name: &str,