This commit is contained in:
Folkert 2021-04-04 00:21:53 +02:00
parent 73cb826a98
commit c168f2751d
2 changed files with 13 additions and 23 deletions

View file

@ -463,7 +463,7 @@ pub fn build_compare_wrapper<'a, 'ctx, 'env>(
&[value1, value2],
"call_user_defined_function",
);
// call.set_call_convention(user_defined_function.get_call_conventions());
let result = call.try_as_basic_value().left().unwrap();
// IMPORTANT! we call a user function, so it has the fast calling convention