summaryrefslogtreecommitdiff
path: root/src/cpu/testers/memtest/memtest.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/testers/memtest/memtest.hh')
-rw-r--r--src/cpu/testers/memtest/memtest.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/testers/memtest/memtest.hh b/src/cpu/testers/memtest/memtest.hh
index 4e489de5c..292e7d83d 100644
--- a/src/cpu/testers/memtest/memtest.hh
+++ b/src/cpu/testers/memtest/memtest.hh
@@ -174,9 +174,11 @@ class MemTest : public MemObject
Tick noResponseCycles;
uint64_t numReads;
+ uint64_t numWrites;
uint64_t maxLoads;
bool atomic;
+ bool suppress_func_warnings;
Stats::Scalar numReadsStat;
Stats::Scalar numWritesStat;