fix list decrement in dev backend

This commit is contained in:
Folkert 2023-05-13 19:23:17 +02:00
parent 1c6b55584a
commit c19ad4ecfd
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 88 additions and 86 deletions

View file

@ -324,7 +324,13 @@ fn build_object<'a, B: Backend<'a>>(
helper_procs.push(caller_proc.proc);
}
module_id.register_debug_idents(ident_ids);
if false {
module_id.register_debug_idents(ident_ids);
for p in &helper_procs {
println!("{}", p.to_pretty(_interner, 200, true));
}
}
helper_procs
};