This commit is contained in:
Brian Carroll 2022-03-20 11:17:34 +00:00
parent c9efeed17e
commit 9b6b81a438
6 changed files with 76 additions and 34 deletions

View file

@ -1371,7 +1371,7 @@ impl<'a> WasmBackend<'a> {
let layout = self.storage.symbol_layouts[&argument];
let (specialized_call_expr, new_specializations) = self
.helper_proc_gen
.call_reset_refcount(ident_ids, &layout, argument);
.call_reset_refcount(ident_ids, layout, argument);
// If any new specializations were created, register their symbol data
for spec in new_specializations.into_iter() {