use C calling convention (approximation) when calling foreign functions

This commit is contained in:
Folkert 2020-12-12 01:30:39 +01:00
parent f1b4d535c6
commit 462f6ac8e5
2 changed files with 59 additions and 22 deletions

View file

@ -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);