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
req->paddr = ((base) ? baseAddr1 : baseAddr2) + offset1;
}
bool probe = (rand() % 2 == 1) && !req->isUncacheable();
+ probe = false;
req->size = 1 << access_size;
req->data = new uint8_t[req->size];
# 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;