1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Added in missing argument flags in delegate thunks

This commit is contained in:
Brian Fiete 2025-03-20 18:59:18 -04:00
parent 8d2cbb7055
commit bc9ad74a46
3 changed files with 22 additions and 19 deletions

View file

@ -52,7 +52,9 @@ enum BfCreateCallFlags
BfCreateCallFlags_SkipThis = 2,
BfCreateCallFlags_AllowImplicitRef = 4,
BfCreateCallFlags_TailCall = 8,
BfCreateCallFlags_GenericParamThis = 0x10
BfCreateCallFlags_GenericParamThis = 0x10,
BfCreateCallFlags_DelegateThunkNonStatic = 0x20,
BfCreateCallFlags_DelegateThunkStatic = 0x40,
};
class BfResolvedArg