1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00

Fixed infinite emit refresh loop with non-deterministic emits

This commit is contained in:
Brian Fiete 2022-04-17 09:56:52 -07:00
parent f3f2f4c6ec
commit 0de3a62e8b
3 changed files with 14 additions and 1 deletions

View file

@ -482,6 +482,7 @@ BfCompiler::BfCompiler(BfSystem* bfSystem, bool isResolveOnly)
mContext = new BfContext(this);
mCeMachine = new CeMachine(this);
mCurCEExecuteId = -1;
mLastMidCompileRefreshRevision = -1;
}
BfCompiler::~BfCompiler()