mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 04:03:57 +00:00
Fix fuzzer
This commit is contained in:
@@ -71,6 +71,11 @@ namespace fuzzer
|
||||
{
|
||||
std::unique_lock lock{this->mutex_};
|
||||
|
||||
if (this->top_scorer_.empty())
|
||||
{
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
double score{0.0};
|
||||
for (const auto& e : this->top_scorer_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user