mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
add Ptr lowlevels
This commit is contained in:
parent
17512873e8
commit
76dcb75ff6
5 changed files with 10 additions and 6 deletions
|
@ -726,7 +726,7 @@ impl<'a> CallerProc<'a> {
|
|||
|
||||
let ptr_write = Expr::Call(Call {
|
||||
call_type: CallType::LowLevel {
|
||||
op: LowLevel::PtrWrite,
|
||||
op: LowLevel::PtrStore,
|
||||
update_mode: UpdateModeId::BACKEND_DUMMY,
|
||||
},
|
||||
arguments: arena.alloc([Symbol::ARG_3, call_result]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue