mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 02:15:01 +01:00
figure out function calls
This commit is contained in:
parent
01e6d7802e
commit
ebd3dd8d82
3 changed files with 21 additions and 12 deletions
|
|
@ -72,7 +72,6 @@ pub struct Object {
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[repr(C)]
|
||||
#[cfg_attr(feature = "_debug", derive(dbg_pls::DebugPls))]
|
||||
struct HeapObject {
|
||||
kind: HeapObjectKind,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue