mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
to_ne_bytes
This commit is contained in:
parent
a48040e2ad
commit
03d5f05226
2 changed files with 3 additions and 3 deletions
|
@ -208,7 +208,7 @@ fn call_spec(
|
|||
let spec_var = CalleeSpecVar(&[]);
|
||||
|
||||
let arg_value_id = build_tuple_value(builder, env, block, call.arguments)?;
|
||||
let slice = &symbol.to_be_bytes();
|
||||
let slice = &symbol.to_ne_bytes();
|
||||
let name = FuncName(slice);
|
||||
let module = MOD_APP;
|
||||
builder.add_call(block, spec_var, module, name, arg_value_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue