update list generated refcounting functions for dev and wasm

This commit is contained in:
Brendan Hansknecht 2024-04-11 21:33:27 -07:00
parent 3238ee7d0d
commit 48eb9c31a9
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
9 changed files with 163 additions and 354 deletions

View file

@ -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")
}
}
}