mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Use lifetime extension for mixin results
This commit is contained in:
parent
1639542fed
commit
ccb1646990
12 changed files with 105 additions and 44 deletions
|
@ -1860,9 +1860,10 @@ void CeBuilder::Build()
|
|||
}
|
||||
|
||||
switch (instType)
|
||||
{
|
||||
case BeNopInst::TypeId:
|
||||
case BeLifetimeStartInst::TypeId:
|
||||
{
|
||||
case BeNopInst::TypeId:
|
||||
case BeLifetimeSoftEndInst::TypeId:
|
||||
case BeLifetimeStartInst::TypeId:
|
||||
case BeLifetimeExtendInst::TypeId:
|
||||
case BeValueScopeStartInst::TypeId:
|
||||
case BeValueScopeEndInst::TypeId:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue