builtins: move the output argument of Zig fromUtf8RangeC to first position

This commit is contained in:
Brian Carroll 2022-07-04 11:12:46 +01:00
parent 60d29c2e25
commit e1d8d09472
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7
3 changed files with 3 additions and 3 deletions

View file

@ -168,10 +168,10 @@ pub fn str_from_utf8_range<'a, 'ctx, 'env>(
call_void_bitcode_fn(
env,
&[
result_ptr.into(),
list_symbol_to_c_abi(env, scope, list).into(),
count,
start,
result_ptr.into(),
],
bitcode::STR_FROM_UTF8_RANGE,
);