mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
use C calling convention (approximation) when calling foreign functions
This commit is contained in:
parent
f1b4d535c6
commit
462f6ac8e5
2 changed files with 59 additions and 22 deletions
|
@ -1773,7 +1773,7 @@ fn update<'a>(
|
|||
.notify(module_id, Phase::MakeSpecializations);
|
||||
|
||||
if state.dependencies.solved_all() && state.goal_phase == Phase::MakeSpecializations {
|
||||
debug_assert!(work.is_empty());
|
||||
debug_assert!(work.is_empty(), "still work remaining {:?}", &work);
|
||||
|
||||
Proc::insert_refcount_operations(arena, &mut state.procedures);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue