mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed data cycle detection for sized arrays
This commit is contained in:
parent
d593488591
commit
9697c2a682
6 changed files with 56 additions and 46 deletions
|
@ -4268,7 +4268,7 @@ void BfCompiler::ProcessAutocompleteTempType()
|
|||
#endif
|
||||
|
||||
SetAndRestoreValue<BfTypeInstance*> prevType(module->mCurTypeInstance, typeInst);
|
||||
typeState.mTypeInstance = typeInst;
|
||||
typeState.mType = typeInst;
|
||||
|
||||
BfGenericExtensionEntry* genericExEntry = NULL;
|
||||
bool hadTempExtensionInfo = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue