mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
add Ptr lowlevels
This commit is contained in:
parent
17512873e8
commit
76dcb75ff6
5 changed files with 10 additions and 6 deletions
|
@ -485,7 +485,7 @@ fn build_exposed_generic_proc<'a, B: Backend<'a>>(backend: &mut B, proc: &Proc<'
|
|||
|
||||
let box_write = Call {
|
||||
call_type: roc_mono::ir::CallType::LowLevel {
|
||||
op: roc_module::low_level::LowLevel::PtrWrite,
|
||||
op: roc_module::low_level::LowLevel::PtrStore,
|
||||
update_mode: UpdateModeId::BACKEND_DUMMY,
|
||||
},
|
||||
arguments: arena.alloc([arg_generic, s1]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue