mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed data cycle issue, 'using' union field lookup
This commit is contained in:
parent
c6f2798db7
commit
519ccfe969
3 changed files with 16 additions and 4 deletions
|
@ -2697,7 +2697,7 @@ bool BfTypeInstance::IsValuelessType()
|
|||
if (mTypeDef->mIsOpaque)
|
||||
return false;
|
||||
|
||||
BF_ASSERT(mDefineState >= BfTypeDefineState_Defined);
|
||||
BF_ASSERT((mDefineState >= BfTypeDefineState_Defined) || (mTypeFailed));
|
||||
BF_ASSERT(mInstSize >= 0);
|
||||
if (mInstSize == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue