Various fixes to memory code.
cpu/memtest/memtest.cc:
Disable probes until the work in all cases
util/rundiff:
Comment out Algorithm::Diff since its not needed.
--HG--
extra : convert_revision : 40e76ae8926650986a170a0ba6ef331519aceb19
This commit is contained in:
@@ -49,9 +49,9 @@ use strict;
|
||||
# and generally quite adequate algorithm will be used instead.
|
||||
my $use_complexdiff = 0;
|
||||
|
||||
if ($use_complexdiff) {
|
||||
use Algorithm::Diff qw(traverse_sequences);
|
||||
};
|
||||
#if ($use_complexdiff) {
|
||||
# use Algorithm::Diff qw(traverse_sequences);
|
||||
#};
|
||||
|
||||
my $lookahead_lines = 200;
|
||||
my $precontext_lines = 3;
|
||||
|
||||
Reference in New Issue
Block a user