top: fix replacement strategy

Issue #2307
This commit is contained in:
Alexander Boettcher 2017-04-27 11:39:03 +02:00 committed by Christian Helmuth
parent 623e0be0e1
commit 3f5c1b3626

View File

@ -147,7 +147,7 @@ struct Trace_subject_registry
continue;
}
if (load[x][y][replace]->recent_execution_time
<= load[x][y][i]->recent_execution_time)
> load[x][y][i]->recent_execution_time)
replace = i;
}