Skip to content

Commit 1cbb1dc

Browse files
committed
[1.3>master] [MERGE #1522 @rajatd] Fixing a bug with FreeLoopBodyJobManager
Merge pull request #1522 from rajatd:freeLoopBodyJobBug Need to reset FreeLoopBodyJobManager::waitingForStackJob when stack job is processed.
2 parents 916de8b + e437c65 commit 1cbb1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Backend/NativeCodeGenerator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ void SetProfileMode(BOOL fSet);
285285
else
286286
{
287287
Assert(this->waitingForStackJob);
288+
this->waitingForStackJob = false;
288289
this->stackJobProcessed = true;
289290
}
290291
}

0 commit comments

Comments
 (0)