mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
cleanup
This commit is contained in:
parent
73cb826a98
commit
c168f2751d
2 changed files with 13 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue