mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
call to foreign function dropped continuation
This commit is contained in:
parent
e247b573a6
commit
1f0a16ec57
3 changed files with 127 additions and 22 deletions
|
@ -489,9 +489,10 @@ fn modify_refcount_layout<'a, 'ctx, 'env>(
|
|||
|
||||
let field_ptr = env
|
||||
.builder
|
||||
.build_extract_value(wrapper_struct, 1, "increment_closure_data")
|
||||
.build_extract_value(wrapper_struct, 1, "moddify_rc_closure_data")
|
||||
.unwrap();
|
||||
|
||||
// dbg!(&field_ptr, closure_layout.as_block_of_memory_layout());
|
||||
modify_refcount_layout(
|
||||
env,
|
||||
parent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue