mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
cleanup
This commit is contained in:
parent
f59eed6366
commit
bb97b9ff74
7 changed files with 30 additions and 59 deletions
|
@ -1682,8 +1682,7 @@ trait Backend<'a> {
|
|||
ret_layout,
|
||||
),
|
||||
LowLevel::SetLongJmpBuffer => {
|
||||
let ptr_to_the_thing =
|
||||
self.build_data_pointer(sym, String::from("setlongjmp_buffer"));
|
||||
self.build_data_pointer(sym, String::from("setlongjmp_buffer"));
|
||||
}
|
||||
LowLevel::DictPseudoSeed => self.build_fn_call(
|
||||
sym,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue