diff --git a/AddrSequence.cc b/AddrSequence.cc index 8ca370f..7dc66be 100644 --- a/AddrSequence.cc +++ b/AddrSequence.cc @@ -354,7 +354,7 @@ void AddrSequence::free_all_buf() int AddrSequence::do_self_test_compare(unsigned long pagesize, bool is_perf) { - unsigned long addr; + unsigned long addr = 0; uint8_t payload = 0; cout << "addr_clusters.size = " << addr_clusters.size() << endl;