mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Improved callstack handling with inlined methods
This commit is contained in:
parent
75333a0928
commit
f29a74888c
13 changed files with 151 additions and 28 deletions
|
@ -47,6 +47,14 @@ namespace System
|
|||
|
||||
}
|
||||
|
||||
#if BF_ENABLE_OBJECT_DEBUG_FLAGS
|
||||
[AlwaysInclude]
|
||||
#endif
|
||||
struct CallStackList : int
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
interface IDisposable
|
||||
{
|
||||
void Dispose() mut;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue