mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
pass list to zig according to c abi
This commit is contained in:
parent
904861a1e2
commit
b57632e4cc
1 changed files with 2 additions and 2 deletions
|
@ -4731,7 +4731,7 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
complex_bitcast(
|
||||
env.builder,
|
||||
list.into(),
|
||||
env.context.i128_type().into(),
|
||||
env.str_list_c_abi().into(),
|
||||
"to_i128",
|
||||
),
|
||||
position,
|
||||
|
@ -4749,7 +4749,7 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
complex_bitcast(
|
||||
env.builder,
|
||||
list.into(),
|
||||
env.context.i128_type().into(),
|
||||
env.str_list_c_abi().into(),
|
||||
"to_i128",
|
||||
),
|
||||
position,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue