mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
update list generated refcounting functions for dev and wasm
This commit is contained in:
parent
3238ee7d0d
commit
48eb9c31a9
9 changed files with 163 additions and 354 deletions
|
@ -1411,7 +1411,9 @@ pub(crate) fn run_low_level<'a, 'ctx>(
|
|||
call_bitcode_fn(env, &[], bitcode::UTILS_DICT_PSEUDO_SEED)
|
||||
}
|
||||
|
||||
SetJmp | LongJmp | SetLongJmpBuffer => unreachable!("only inserted in dev backend codegen"),
|
||||
ListIncref | ListDecref | SetJmp | LongJmp | SetLongJmpBuffer => {
|
||||
unreachable!("only inserted in dev backend codegen")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue