mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 897071 - Don't bail out of parallel execution if GetPropertyParIC couldn't attach a stub. (r=jandem)
This commit is contained in:
parent
9441cbf763
commit
698ca6737b
@ -1740,12 +1740,6 @@ GetPropertyParIC::update(ForkJoinSlice *slice, size_t cacheIndex,
|
||||
return TP_FATAL;
|
||||
attachedStub = true;
|
||||
}
|
||||
|
||||
if (!attachedStub) {
|
||||
// ParallelDo will take care of invalidating all bailed out
|
||||
// scripts, so just bail out now.
|
||||
return TP_RETRY_SEQUENTIALLY;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user