m1rc3/norruption/2/collda: cycle of corruption is last good cycle + 1

This commit is contained in:
Werner Almesberger
2011-10-11 14:36:11 -03:00
parent e9bdf5f3dc
commit 71495fe69f
+1 -1
View File
@@ -6,7 +6,7 @@ while (<>) {
}
next unless /Checking : (\S+)\s+CRC failed.* got (\S+)\)/;
$n++;
$c{$n} = $c;
$c{$n} = $c+1;
next if $1 eq "standby.fpg";
next if $last{$1} eq $2;
if (defined $h{$n}) {