mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Made $alias$ work for splat parameters to mixins
This commit is contained in:
parent
004d5d8d1c
commit
70e751e718
11 changed files with 228 additions and 92 deletions
|
@ -57,7 +57,8 @@ enum DbgAddrType : uint8
|
|||
DbgAddrType_TargetDeref,
|
||||
DbgAddrType_Register,
|
||||
DbgAddrType_OptimizedOut,
|
||||
DbgAddrType_NoValue
|
||||
DbgAddrType_NoValue,
|
||||
DbgAddrType_Alias
|
||||
};
|
||||
|
||||
NS_BF_END
|
Loading…
Add table
Add a link
Reference in a new issue