1
0
Fork 0
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:
Brian Fiete 2020-12-27 10:56:14 -08:00
parent 6c049988b3
commit ba9ce75a0b
6 changed files with 66 additions and 26 deletions

View file

@ -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