|
@@ -932,7 +932,7 @@ bool BfModule::CheckCircularDataError()
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
|
|
|
|
- if ((checkTypeState->mType == mCurTypeInstance) && (checkIdx > 0))
|
|
|
|
|
|
+ if ((checkTypeState->mType == mCurTypeInstance) && (checkIdx > 1))
|
|
{
|
|
{
|
|
if (circularTypeStateEnd == NULL)
|
|
if (circularTypeStateEnd == NULL)
|
|
circularTypeStateEnd = checkTypeState;
|
|
circularTypeStateEnd = checkTypeState;
|