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:
parent
8d2cbb7055
commit
bc9ad74a46
3 changed files with 22 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue