figure out function calls

This commit is contained in:
nora 2022-04-24 18:51:29 +02:00
parent 01e6d7802e
commit ebd3dd8d82
3 changed files with 21 additions and 12 deletions

View file

@ -72,7 +72,6 @@ pub struct Object {
}
#[derive(Debug)]
#[repr(C)]
#[cfg_attr(feature = "_debug", derive(dbg_pls::DebugPls))]
struct HeapObject {
kind: HeapObjectKind,