mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed inlining issues
This commit is contained in:
parent
6c049988b3
commit
ba9ce75a0b
6 changed files with 66 additions and 26 deletions
|
@ -74,7 +74,8 @@ enum BfGetMethodInstanceFlags : uint16
|
|||
BfGetMethodInstanceFlag_DisableObjectAccessChecks = 0x200,
|
||||
BfGetMethodInstanceFlag_NoInline = 0x400,
|
||||
BfGetMethodInstanceFlag_DepthExceeded = 0x800,
|
||||
BfGetMethodInstanceFlag_NoReference = 0x1000
|
||||
BfGetMethodInstanceFlag_NoReference = 0x1000,
|
||||
BfGetMethodInstanceFlag_MethodInstanceOnly = 0x2000
|
||||
};
|
||||
|
||||
class BfDependencyMap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue