mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
fix function name
This commit is contained in:
parent
e31532360b
commit
ee151c8f94
1 changed files with 2 additions and 2 deletions
|
@ -3547,7 +3547,7 @@ fn expose_function_to_host_help_c_abi_gen_test<'a, 'ctx, 'env>(
|
|||
c_function
|
||||
}
|
||||
|
||||
fn expose_function_to_host_help_c_abi_xx<'a, 'ctx, 'env>(
|
||||
fn expose_function_to_host_help_c_abi<'a, 'ctx, 'env>(
|
||||
env: &Env<'a, 'ctx, 'env>,
|
||||
roc_function: FunctionValue<'ctx>,
|
||||
arguments: &[Layout<'a>],
|
||||
|
@ -3662,7 +3662,7 @@ fn expose_function_to_host_help_c_abi<'a, 'ctx, 'env>(
|
|||
&format!("{}_generic", c_function_name),
|
||||
);
|
||||
|
||||
let c_function = expose_function_to_host_help_c_abi_xx(
|
||||
let c_function = expose_function_to_host_help_c_abi(
|
||||
env,
|
||||
roc_function,
|
||||
arguments,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue