mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
add missing symbol in call
This commit is contained in:
parent
ba9b15f7d6
commit
f92d1934d4
1 changed files with 3 additions and 1 deletions
|
@ -751,7 +751,9 @@ fn modify_refcount<'a>(
|
|||
op,
|
||||
update_mode: UpdateModeId::BACKEND_DUMMY,
|
||||
},
|
||||
arguments: root.arena.alloc([ptr, alignment_sym]),
|
||||
arguments: root
|
||||
.arena
|
||||
.alloc([ptr, alignment_sym, elements_refcounted_sym]),
|
||||
});
|
||||
let zig_call_stmt = Stmt::Let(zig_call_result, zig_call_expr, LAYOUT_UNIT, following);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue